crosstool-ng/scripts/build
goodmenlinux@gmail.com f65ecce4ba binutils: Fixup the static toolchain build problem
When try to build the static toolchain, binutils failed.

    I have checked the libtool script, and found that the following option
          -all-static
          -static
          -static-libtool-libs

    are processed in a strange way. If any one of those three options
    appears firstly in the cmdline, all others will be neglected. Our
    LDFLAGS is ".... -static -all-static -o", so the -static option
    takes the real effect, and the -all-static has no useage actually!
    that is the cause of the failure.

Signed-off-by: Brock Zheng <goodmenlinux@gmail.com>
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2014-12-05 03:20:04 -08:00
..
arch libc/musl: add musl-libc support 2014-08-08 22:49:37 +02:00
binutils binutils: Fixup the static toolchain build problem 2014-12-05 03:20:04 -08:00
cc cc/gcc: add option to enable/disable libsanitizer 2014-08-31 18:54:13 +02:00
companion_libs complibs/isl: add HTTP mirror 2013-08-01 20:24:35 +00:00
companion_tools comptools/libtool: chmod files to u+w 2011-03-03 19:32:05 +01:00
debug debug/gdb: fix canadian-cross in case of static cross gdb 2013-11-15 21:35:27 +01:00
kernel kernel/linux: fix fall-out due to arm64 special case 2014-01-01 19:14:20 +01:00
libc libc/musl: Add config option for extra developer warnings 2014-09-11 23:12:22 +02:00
test_suite cc/gcc: copy file with 'cp -v', it rotates the progress bar 2012-01-01 22:54:37 +01:00
companion_libs.sh complibs: introduce generic multi-complibs infrastructure 2012-11-16 14:59:27 +01:00
companion_tools.sh companion_tools/autoconf: add autoconf tool 2010-01-12 21:09:30 +01:00
debug.sh Simplify the Tools and Debug facilities menu entries: 2008-10-10 14:30:44 +00:00
internals.sh scripts: Use ${CT_TARGET}-strip to strip gdbserver 2012-09-20 11:20:16 +08:00
test_suite.sh test-suite: Added new test suite feature (experimental) 2010-05-19 17:53:04 +02:00