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: self-contained cross-compiler?


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


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