buildroot/toolchain/binutils
Khem Raj cfbf8abc33 Add support for uclibc NPTL toolchain.
This patch modifies current toolchain build sequence so that
NPTL enabled toolchain can be built. The new sequence works
well with linuxthreads as well.

It introduces a new pass for gcc cross compilation. The new
sequence is binutils->gcc-initial->linux-headers -> uclibc-configured
(some cheats to generate phony shared libc.so and libm.o)
-> gcc-intermediate(with shared lib support) -> uclibc -> gcc-final

I also added a new sample config arm_nptl_toolchain_defconfig which
builds the toolchain and busybox.

I have only tried it on arm. However it should work for other
architectures which support NPTL on uclibc e.g. mips, sh, x86, ppc, x86_64

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-07-29 16:57:00 +02:00
..
2.17 binutils: 2.17: fix makeinfo 4.xx check 2009-03-03 21:23:34 +00:00
2.18 - fix texinfo version check. The next release will most likely supercede these 2007-09-28 16:26:40 +00:00
2.19 toolchain/binutils: add 2.19 2008-12-05 15:28:01 +00:00
2.19.1 binutils: really add 2.19.1 patches (missing from r25513). 2009-03-05 13:33:14 +00:00
2.20 toolchain/binutils: Improve arm linking performance 2010-04-20 09:11:26 +02:00
2.20.1 toolchain/binutils: Improve arm linking performance 2010-04-20 09:11:26 +02:00
Config.in Get rid of all usages of BR2_RECENT 2010-04-12 15:26:37 +02:00
binutils.mk Add support for uclibc NPTL toolchain. 2010-07-29 16:57:00 +02:00