diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-08 21:13:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-08 21:13:39 +0200 |
commit | bdd21355f50f838e8800eff33e77fd900b7f50e6 (patch) | |
tree | d0e23baa02d8fd3eea0c44d42dd2af60bd72d827 /target | |
parent | daafed04398891141f1096b2bf92a4aeae00b725 (diff) |
binutils: add 2.27 support, relax choice for blackfin and add required upstream patch
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.binutils | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index a71e02b05..6c150c0a6 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -20,6 +20,12 @@ config ADK_TOOLCHAIN_BINUTILS_GIT depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_NDS32 +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 + config ADK_TOOLCHAIN_BINUTILS_2_26_1 bool "2.26.1" depends on !ADK_TARGET_ARCH_ARC @@ -28,7 +34,6 @@ config ADK_TOOLCHAIN_BINUTILS_2_26_1 config ADK_TOOLCHAIN_BINUTILS_2_25_1 bool "2.25.1" - depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_H8300 @@ -38,7 +43,6 @@ config ADK_TOOLCHAIN_BINUTILS_2_25_1 config ADK_TOOLCHAIN_BINUTILS_2_24 bool "2.24" - depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS |