From fe2080867e5ee35a416c982200674287ec9bf8a3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 22 Sep 2016 17:28:41 +0200 Subject: binutils: allow to build gold without making it default --- target/config/Config.in.toolchain | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'target/config/Config.in.toolchain') diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index 969a1e73b..eabac8f4b 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -106,13 +106,12 @@ config ADK_TARGET_USE_LD_GC bool "Use LD garbage collection for all packages" config ADK_TOOLCHAIN_WITH_GOLD - bool + bool "Enable building of GOLD linker" config ADK_TARGET_USE_GOLD - bool "Use GOLD as linker for all packages" - select ADK_TOOLCHAIN_WITH_GOLD - depends on !ADK_TARGET_ARCH_MIPS - depends on !ADK_TARGET_ARCH_MIPS64 + bool "Use GOLD as default linker" + depends on ADK_TOOLCHAIN_WITH_GOLD + depends on ADK_TARGET_LIB_GLIBC # can not be build with GOLD (glibc 2.24 checked) config ADK_TARGET_USE_GNU_HASHSTYLE bool "Use GNU hashstyle for all packages" -- cgit v1.2.3