diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-02-11 17:19:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-02-11 17:19:50 +0100 |
commit | 077915e15b57b396eb0581269e3e32f8b4ff79ba (patch) | |
tree | b693f87e749fa304c7e3d30fdb981c35856ce57a /target/config/Config.in.toolchain | |
parent | a03a6cf6ad7c9982184f37208853ef8aab5bc782 (diff) |
binutils: update to 2.44, remove gold support
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r-- | target/config/Config.in.toolchain | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index 144f92a9b..7b5bc2d5b 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -85,14 +85,6 @@ config ADK_TARGET_USE_LD_BIND_NOW config ADK_TARGET_USE_LD_GC bool "Use LD garbage collection for all packages" -config ADK_TOOLCHAIN_WITH_GOLD - bool "Enable building of GOLD linker" - -config ADK_TARGET_USE_GOLD - 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" depends on !ADK_TARGET_ARCH_MIPS |