Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 10972baa20e2d96e77204a6d48839dc0d4f21d77 https://github.com/crosstool-ng/crosstool-ng/commit/10972baa20e2d96e77204a6d48839dc0d4f21d77 Author: Kirill K. Smirnov Date: 2016-09-13 (Tue, 13 Sep 2016) Changed paths: M scripts/build/binutils/binutils.sh Log Message: ----------- 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 Commit: a24f06337c9efeea250916529c1c11e4f8b53932 https://github.com/crosstool-ng/crosstool-ng/commit/a24f06337c9efeea250916529c1c11e4f8b53932 Author: Bryan Hundven Date: 2016-09-17 (Sat, 17 Sep 2016) Changed paths: M scripts/build/binutils/binutils.sh Log Message: ----------- Merge pull request #448 from KirillSmirnov/binutils-symlinks binutils: make symlinks in a consistent way Compare: https://github.com/crosstool-ng/crosstool-ng/compare/290ae52db3cc...a24f06337c9e