From 973664c906938d958892072a8c9016f2964d7a4c Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Thu, 9 Feb 2017 18:24:47 -0800 Subject: 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 --- samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'samples') 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 -- cgit v1.2.3