crosstool-ng/scripts/build
Kirill K. Smirnov 10972baa20 binutils: make symlinks in a consistent way
On the stage "core gcc pass-2" the following layout is created:

1) buildtools/bin/TARGET-{ar,as,elf2flt,flthdr,ld,ld.bfd,ranlib,strip}
2) buildtools/TARGET/bin/{ar,as,elf2flt,flthdr,ld,ld.bfd,ranlib,strip}
3) x-tools/TARGET/bin/TARGET-{ar,as,elf2flt,flthdr,ld,ld.bfd,ranlib,strip}
4) x-tools/TARGET/TARGET/bin{ar,as,elf2flt,flthdr,ld,ld.bfd,ranlib,strip}

where both (1) and (2) are symlinks to (3). This effectively renders
core pass-2 gcc with elf2flt linker unusable.

Related elf2flt discussion:
https://github.com/crosstool-ng/crosstool-ng/pull/443

Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
2016-09-13 22:07:14 +03:00
..
arch Update x86.sh 2016-08-25 18:00:56 -07:00
binutils binutils: make symlinks in a consistent way 2016-09-13 22:07:14 +03:00
cc libc/*.sh: handle combinations of multilib root/dir. 2016-08-23 11:00:27 -07:00
companion_libs libelf: Cygwin fix for UNC paths 2016-01-03 15:53:09 +00:00
companion_tools consistency: Use exported variables of required tools 2015-11-17 02:48:09 -08:00
debug Work-around another quirk in GDB configure. 2016-04-01 18:15:39 -07:00
kernel linux: allow arm* to build headers for no-mmu 2016-01-13 06:03:27 -08:00
libc uClibc: propagate SHARED_LIBS option. 2016-08-30 01:54:08 +03:00
test_suite consistency: Use exported variables of required tools 2015-11-17 02:48:09 -08:00
arch.sh musl: Add multilib support. 2016-08-23 11:00:27 -07:00
cc.sh Whitespace: We don't use tabs in shell or kconfig files 2015-12-08 10:55:17 -08:00
companion_libs.sh Build companion libs for target. 2015-11-13 10:24:22 -08: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 internals: properly strip gdbserver 2016-09-10 12:48:35 +03:00
test_suite.sh test-suite: Added new test suite feature (experimental) 2010-05-19 17:53:04 +02:00