diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-22 17:28:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-22 17:28:41 +0200 |
commit | fe2080867e5ee35a416c982200674287ec9bf8a3 (patch) | |
tree | 0e86a271c15b4b6dd767e74b5ff665dd974238cc /target/config/Config.in.toolchain | |
parent | bfce3991ecaba8bcd4c648a37a3763b116aad745 (diff) |
binutils: allow to build gold without making it default
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r-- | target/config/Config.in.toolchain | 9 |
1 files changed, 4 insertions, 5 deletions
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" |