self-contained cross-compiler?

Roman Duka rduka@mail.ru
Tue Dec 16 16:18:00 GMT 2003


Dan Kegel wrote:
> 
> By the way, if just linking -static doesn't work out, Ken might
> consider building his tools in the LSB build environment,
> assuming he can coax his users to load the LSB support package.
> - Dan
> 
> 

i think Ken managed to build static gcc compiler, only binutils were 
dynamically linked, that's because he used "LDFLAGS=-static" when 
building binutils, which doesn't create all statically linked binutils, 
he should use "LDFLAGS=-all-static" instead, when building binutils, 
that should do the trick.


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



More information about the crossgcc mailing list