This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Configure gcc with --multilib=... ?
- From: Andrew Pinski <pinskia at gmail dot com>
- To: Matt Turner <mattst88 at gmail dot com>
- Cc: "Joseph S. Myers" <joseph at codesourcery dot com>, gcc at gcc dot gnu dot org
- Date: Sat, 3 Nov 2012 17:53:49 -0700
- Subject: Re: Configure gcc with --multilib=... ?
- References: <BANLkTikm32U5vdHXarKcC+SDe+3+1cXFdg@mail.gmail.com> <Pine.LNX.4.64.1106141622090.4010@digraph.polyomino.org.uk> <CAEdQ38GyyzrsC=O98ooxxDC-2GZrUHD86at-35zbLSjt2_X8LA@mail.gmail.com>
On Sat, Nov 3, 2012 at 5:50 PM, Matt Turner <mattst88@gmail.com> wrote:
> Hi Joseph,
>
> I see that --with-multilib-list= is an option for AMD64 and SH. Are
> there plans or patches for mips? Otherwise, have there been any
> developments that will allow me to configure to build only n32 and
> n64?
I created my own subtarget for this like:
mips64-octeon-linux-gnu
and then use a t-octeon-linux which overrides the default t-linux64.
I also default to targeting octeon but that is a different reason.
You can do the same, it is not hard either.
Thanks,
Andrew Pinski