This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Configuring gcc for pure 64bit x86_64
On Monday 29 Nov 2004 12:37, Andreas Jaeger wrote:
> Andrew Walrond <andrew@walrond.org> writes:
> > I want to build a pure 64bit gcc on x86_64, with the 64bit gcc libs
> > ending up in /lib rather than the /lib /lib64. I am not interested in the
> > -m32 capability.
> >
> > Is this possible/easy? I would accept /lib32 /lib as an alternative if a
> > pure 64bit gcc is not easy to achieve.
> >
> > Any help appreciated. Google didn't help this time :(
>
> Try --disable-multilib,
>
Tried that, but I still get a /lib64 directory containing
libgcc_s.so libgcc_s.so.1
I also use --with-slibdir=/lib to no avail.
Are there likely to be any side affects to just moving these into /lib ?
Andrew