Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 973664c906938d958892072a8c9016f2964d7a4c https://github.com/crosstool-ng/crosstool-ng/commit/973664c906938d958892072a8c9016f2964d7a4c Author: Alexey Neyman Date: 2017-02-09 (Thu, 09 Feb 2017) Changed paths: M config/binutils/binutils.in M config/binutils/binutils.in.2 M config/libc/glibc.in.2 M samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config Log Message: ----------- Forgot to saveconfig the changes for ARM/elf2flt sample Hence, it is better to enforce via config rules: elf2flt does not play nice with ld wrapper, when both ld.bfd and ld.gold are present. Limit the choices to just 'ld.bfd' for flat-format architectures. Signed-off-by: Alexey Neyman Commit: a41978b95a06d57a971bafb99862a3dd030cb6ee https://github.com/crosstool-ng/crosstool-ng/commit/a41978b95a06d57a971bafb99862a3dd030cb6ee Author: Alexey Neyman Date: 2017-02-09 (Thu, 09 Feb 2017) Changed paths: M scripts/build/debug/300-gdb.sh Log Message: ----------- Remove wrapping if in 300-gdb.sh If GDB is turned off, the script will not be even sourced. Otherwise, if GDB checkbox is set but none of the cross/native/gdbserver are selected, debug.sh gives a bogus error message. Signed-off-by: Alexey Neyman Commit: 93db5800918ad7afbb6e6781fd48f504eb1eca76 https://github.com/crosstool-ng/crosstool-ng/commit/93db5800918ad7afbb6e6781fd48f504eb1eca76 Author: Alexey Neyman Date: 2017-02-10 (Fri, 10 Feb 2017) Changed paths: M config/binutils/binutils.in M config/binutils/binutils.in.2 M config/libc/glibc.in.2 M samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config M scripts/build/debug/300-gdb.sh Log Message: ----------- Merge pull request #584 from stilor/disallow-gold-for-elf2flt Require BFD linker if building for flat format Compare: https://github.com/crosstool-ng/crosstool-ng/compare/e6a748c06aa2...93db5800918a