summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-09-07 11:37:12 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-09-07 11:37:12 +0200
commite527fd268f00952792a509deef870fdc0ebcafb5 (patch)
tree3f3735a1f6d1846a21d5f1b2e5e8609581041782 /target/config
parentc7117b4649a63bb51053c943030b30d85b3fe54d (diff)
crisv32: use binutils 2.35 with a revert patch
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.binutils5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index 8aedee0cc..7e9e70de2 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -6,7 +6,6 @@ prompt "Binutils version"
default ADK_TOOLCHAIN_BINUTILS_AVR32 if ADK_TARGET_ARCH_AVR32
default ADK_TOOLCHAIN_BINUTILS_NDS32 if ADK_TARGET_ARCH_NDS32
default ADK_TOOLCHAIN_BINUTILS_2_28 if ADK_TARGET_CPU_SH_J2
-default ADK_TOOLCHAIN_BINUTILS_2_29 if ADK_TARGET_ARCH_CRIS
default ADK_TOOLCHAIN_BINUTILS_2_35
config ADK_TOOLCHAIN_BINUTILS_GIT
@@ -21,10 +20,6 @@ config ADK_TOOLCHAIN_BINUTILS_2_35
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_CPU_SH_J2
-config ADK_TOOLCHAIN_BINUTILS_2_29
- bool "2.29.1"
- depends on ADK_TARGET_ARCH_CRIS # ld segfault with 2.30
-
config ADK_TOOLCHAIN_BINUTILS_2_28
bool "2.28"
depends on ADK_TARGET_CPU_SH_J2