diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-09-17 08:14:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-09-17 08:14:37 +0200 |
commit | dd24d0ade32d89197a7b137fe02e075444f9e7d3 (patch) | |
tree | 4d8e256efa74be9da1906d5cf6ed2e39e5139880 /target/config | |
parent | ec78eb40b2263eeee4480c2931d0f9b504b324db (diff) |
binutils: add back 2.35
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.binutils | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index 13e913231..ea3a50d16 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -15,6 +15,12 @@ config ADK_TOOLCHAIN_BINUTILS_GIT depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_NDS32 +config ADK_TOOLCHAIN_BINUTILS_2_35 + bool "2.35" + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_BFIN + depends on !ADK_TARGET_ARCH_NDS32 + config ADK_TOOLCHAIN_BINUTILS_2_34 bool "2.34" depends on ADK_TARGET_ARCH_BFIN # ld segfault for FDPIC |