Re: Bootstraping i686-linux gcc on x86_64-linux fails during libgcc stage1 on trunk

2010-03-03 Thread Laurent GUERBY
On Tue, 2010-03-02 at 16:34 -0800, H.J. Lu wrote: On Tue, Mar 2, 2010 at 4:18 PM, Laurent GUERBY laur...@guerby.net wrote: Hi, I'm trying to build a fully 32 bits GCC on a x86_64-linux 64 bits debian system which has all the 32 bits libraries installed (this is for the GCC compile farm

Re: Bootstraping i686-linux gcc on x86_64-linux fails during libgcc stage1 on trunk

2010-03-03 Thread Laurent GUERBY
On Wed, 2010-03-03 at 00:33 +, Joseph S. Myers wrote: On Wed, 3 Mar 2010, Laurent GUERBY wrote: $ ../trunk/configure --prefix=/n/100/guerby/install-trunk --enable-languages=c --enable-__cxa_atexit --disable-nls --enable-threads=posix --with-mpfr=/opt/cfarm/mpfr-2.4.2-32

Bootstraping i686-linux gcc on x86_64-linux fails during libgcc stage1 on trunk

2010-03-02 Thread Laurent GUERBY
Hi, I'm trying to build a fully 32 bits GCC on a x86_64-linux 64 bits debian system which has all the 32 bits libraries installed (this is for the GCC compile farm testers). I've played with various things including --with-ld= and putting a fake ld script in PATH but something is hardcoding

Re: Bootstraping i686-linux gcc on x86_64-linux fails during libgcc stage1 on trunk

2010-03-02 Thread Joseph S. Myers
On Wed, 3 Mar 2010, Laurent GUERBY wrote: $ ../trunk/configure --prefix=/n/100/guerby/install-trunk --enable-languages=c --enable-__cxa_atexit --disable-nls --enable-threads=posix --with-mpfr=/opt/cfarm/mpfr-2.4.2-32 --with-gmp=/opt/cfarm/gmp-4.2.4-32 --with-mpc=/opt/cfarm/mpc-0.8-32

Re: Bootstraping i686-linux gcc on x86_64-linux fails during libgcc stage1 on trunk

2010-03-02 Thread H.J. Lu
On Tue, Mar 2, 2010 at 4:18 PM, Laurent GUERBY laur...@guerby.net wrote: Hi, I'm trying to build a fully 32 bits GCC on a x86_64-linux 64 bits debian system which has all the 32 bits libraries installed (this is for the GCC compile farm testers). I've played with various things including