buildrootschalter/toolchain
Yann E. MORIN 40a203f254 toolchain/crosstool-NG: fix up ct-ng config file to saner defaults
Peter on IRC reported some build failures for different targets.
They were of two kinds:
 - missing/unknown stack unwinding support
 - missing *_chk functions

The first is about configure not being able to automagically determine
if stack unwinding support is available for the target. The second is
about fortified build forgetting to build the fortified functions.
This applies to both glibc and eglibc.

After some discussions on IRC with Jacmet, it appears that we can
safely assume both of the following:
 - virtually all targets of buildroot will have stack unwinding support
 - we do not care about fortified builds (so far)

So, update the bundled crosstool-NG .config file to saner defaults:
 - force unwind support
 - disable fortified builds

[Peter: fix 'force non-fortified build' sed invocation]
Reported-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-05-22 10:19:13 +02:00
..
dependencies Reset critical environment variables 2010-12-29 23:35:52 +01:00
elf2flt get rid of broken nios2 support 2010-03-30 17:19:59 +02:00
gcc gcc: remove references to arm-softfloat.patch.conditional 2011-05-15 21:58:50 +02:00
gdb gdb: depend on host-expat to fix remote debugging 2011-02-28 10:26:17 +01:00
kernel-headers toolchain: bump 2.6.38 headers to 2.6.38.6 2011-05-12 17:44:59 +02:00
mklibs toolchain: mark mklibs as broken 2011-05-02 21:39:53 +02:00
toolchain-buildroot binutils: make it a proper package 2011-01-02 22:55:16 +01:00
toolchain-crosstool-ng toolchain/crosstool-NG: fix up ct-ng config file to saner defaults 2011-05-22 10:19:13 +02:00
toolchain-external external-toolchain: Add MIPS CodeSourcery 2011.03 2011-05-13 11:51:43 +02:00
uClibc uClibc: remove AVR32 patches for 0.9.29 2011-05-15 21:55:02 +02:00
Config.in toolchain: add support for external toolchain profiles and download 2010-12-13 21:56:49 +01:00
helpers.mk external-toolchain: fix support 2011-05-08 21:56:10 +02:00
Makefile.in binutils: make it a proper package 2011-01-02 22:55:16 +01:00
patch-kernel.sh toolchain/patch-kernel.sh: xtensa directory overlay support 2009-07-24 02:31:34 +02:00
toolchain-buildroot.mk binutils: make it a proper package 2011-01-02 22:55:16 +01:00
toolchain-common.in initial support for Blackfin processors 2011-02-07 14:29:19 +01:00
toolchain-crosstool-ng.mk binutils: make it a proper package 2011-01-02 22:55:16 +01:00
toolchain-external.mk binutils: make it a proper package 2011-01-02 22:55:16 +01:00