This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Trouble building gcc-3.2.2/glibc-2.3.2 for cross powerpc-linux


>Check out the buildroot stuff in the busybox.net cvs server,
>I think they have a working crossgcc build script for 3.2.2.
>And then there's always the one at http://crossgcc.billgatliff.com
>
>I have one for 3.0.4 or so at kegel.com/xgcc, but it's uglier.
>- Dan

I checked out Bill's script, and it shows:

    ../${GCCDISTO}-core/configure --target=$TARGET --prefix=$PREFIX \
	--enable-languages=c --with-local-prefix=${PREFIX}/${TARGET} \
	--without-headers --with-newlib --disable-shared \
	2>&1 | tee configure.log

Which matches my config with the one exception that I added
'--disable-shared'.

I'll look over the buildroot stuff on busybox; hopefully it will have
what I need...


-- 
Peter Barada                                   Peter dot Barada at motorola dot com
Wizard                                         781-852-2768 (direct)
WaveMark Solutions(wholly owned by Motorola)   781-270-0193 (fax)

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe at sources dot redhat dot com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]