Cross Linux/x86 to Solaris2.10/x86-64 compiler build problem
Daniel Jacobowitz
drow@false.org
Mon Mar 19 21:46:00 GMT 2007
More information about the Binutils mailing list
Mon Mar 19 21:46:00 GMT 2007
- Previous message (by thread): Cross Linux/x86 to Solaris2.10/x86-64 compiler build problem
- Next message (by thread): More pkgversion and bugurl followup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Mar 19, 2007 at 09:33:01PM +0000, Alex Bennee wrote: > path=`pwd` > crossrc="$path/.." > host=i686-pc-gnu > target=i686-sun-solaris2.10 > prefix=$crosssrc/build-install > sysroot=$crosssrc/sysroot > syslibs=$sysroot/usr/lib > sysincludes=$sysroot/usr/include > > ./configure -prefix=$prefix --target=$target --with-gnu-as --with-gnu-ld > --with-libs=$syslibs --with-headers=$sysincludes --enable-languages=c,c > ++ --with-cpu=opteron I strongly recommend you use --with-sysroot instead of --with-libs / --with-headers. That should help. -- Daniel Jacobowitz CodeSourcery
- Previous message (by thread): Cross Linux/x86 to Solaris2.10/x86-64 compiler build problem
- Next message (by thread): More pkgversion and bugurl followup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list