diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-09 18:24:47 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-09 21:21:57 -0800 |
commit | 973664c906938d958892072a8c9016f2964d7a4c (patch) | |
tree | a74bd6a9c386cf2cc7f7d15e86e85b76af8174e4 /samples/armv6-nommu-linux-uclibcgnueabi | |
parent | df555a65dbea7aedcef462590230da639fb6a421 (diff) | |
download | crosstool-ng-973664c906938d958892072a8c9016f2964d7a4c.tar.gz crosstool-ng-973664c906938d958892072a8c9016f2964d7a4c.tar.bz2 crosstool-ng-973664c906938d958892072a8c9016f2964d7a4c.zip |
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 <stilor@att.net>
Diffstat (limited to 'samples/armv6-nommu-linux-uclibcgnueabi')
-rw-r--r-- | samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config b/samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config index e3d625f6..398a550b 100644 --- a/samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config +++ b/samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config @@ -5,16 +5,10 @@ CT_TARGET_VENDOR="nommu" CT_KERNEL_linux=y # CT_SHARED_LIBS is not set # CT_KERNEL_LINUX_INSTALL_CHECK is not set -CT_BINUTILS_LINKER_LD_GOLD=y -CT_BINUTILS_GOLD_THREADS=y -CT_BINUTILS_LD_WRAPPER=y CT_BINUTILS_PLUGINS=y +CT_THREADS_NONE=y CT_CC_GCC_SHOW_LINARO=y CT_CC_GCC_DISABLE_PCH=y CT_CC_GCC_BUILD_ID=y CT_CC_GCC_LNK_HASH_STYLE_BOTH=y -CT_CC_LANG_CXX=y -CT_DEBUG_gdb=y -# CT_GDB_CROSS_PYTHON is not set -CT_GDB_GDBSERVER=y CT_GETTEXT=y |