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]

How to make a portable toolchain?


Is there a configuration option to statically link a cross-compiler? I want 
to make my toolchains portable and not rely on the host having a particular 
version of libc, etc, so I want to statically link the compiler executables. 
Short of finding the linker command lines in the makefile and adding 
"-Wl,-static", is there a configuration option?
I still want the target to use dynamic libraries.
-r

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


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