This is the mail archive of the crossgcc@sourceware.org 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]

[PATCH 0 of 2] Static toolchain support


These commits add support for statically linked toolchains.
You must turn on CT_EXPERIMENTAL to use this toolchain, as there
is still one problem left to solve.

The toolchain that is produced builds static and dynamic binaries
with the (GNU/Linux) elf header rather then the expected (SYSV) elf header.

I have found two articles on the topic where one says it is a problem with
binutils, and the other says it is a problem with (e)glibc.

Any suggestions on fixing this?

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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