Cross Linux/x86 to Solaris2.10/x86-64 compiler build problem

Michael Wetherell mike.wetherell@ntlworld.com
Mon Mar 19 21:45:00 GMT 2007


On Monday 19 Mar 2007 21:33, Alex Bennee wrote:
> I'm not sure if this is a binutils problem or something funky in my
> configure for gcc. gcc fails to link while building libgcc:

Hi,

These worked for me this morning:

$ ../binutils-070315/configure --build=i586-pc-linux-gnu 
--host=i586-pc-linux-gnu --target=i386-pc-solaris2.10 --prefix=$prefix 
--disable-nls --mandir=/tmp --infodir=/tmp --with-sysroot=$sysroot

$ ../gcc-4.1.1/configure --build=i586-pc-linux-gnu 
--host=i586-pc-linux-gnu --target=i386-pc-solaris2.10 --prefix=$prefix 
--disable-nls --mandir=/tmp --infodir=/tmp --enable-languages=c,c++ 
--disable-libstdcxx-pch --with-sysroot=$sysroot --with-gnu-ld 
--with-gnu-as

Regards,
Mike



More information about the Binutils mailing list