diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-12 01:13:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-13 03:19:15 +0200 |
commit | e94e852d2de3a732821277afdd17f9e407a27e94 (patch) | |
tree | fcc58d334b8ecf38520a029b27be35413f624e2f /target/config | |
parent | bff6a9c54bc83a017ca1710be827644596b947f0 (diff) |
binutils: remove support for old versions
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.binutils | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index d6bc60805..b1016f27e 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -22,27 +22,6 @@ config ADK_TOOLCHAIN_BINUTILS_2_28 depends on !ADK_TARGET_ARCH_RISCV32 depends on !ADK_TARGET_ARCH_RISCV64 -config ADK_TOOLCHAIN_BINUTILS_2_27 - bool "2.27" - depends on !ADK_TARGET_ARCH_ARC - depends on !ADK_TARGET_ARCH_AVR32 - depends on !ADK_TARGET_ARCH_NDS32 - depends on !ADK_TARGET_ARCH_RISCV32 - depends on !ADK_TARGET_ARCH_RISCV64 - depends on !ADK_TARGET_CPU_CRIS_CRISV10 - -config ADK_TOOLCHAIN_BINUTILS_2_26_1 - bool "2.26.1" - depends on !ADK_TARGET_ARCH_ARC - depends on !ADK_TARGET_ARCH_AVR32 - depends on !ADK_TARGET_ARCH_FRV - depends on !ADK_TARGET_ARCH_H8300 - depends on !ADK_TARGET_ARCH_NDS32 - depends on !ADK_TARGET_ARCH_RISCV32 - depends on !ADK_TARGET_ARCH_RISCV64 - depends on !ADK_TARGET_CPU_CRIS_CRISV10 - depends on !ADK_TARGET_SYSTEM_NUMATO_MIMASV2 - config ADK_TOOLCHAIN_BINUTILS_NDS32 bool "2.24-nds32" depends on ADK_TARGET_ARCH_NDS32 |