summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-01 06:43:05 +0000
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-01 06:43:05 +0000
commit93f6742f020e39bc6057e71c7aa52fa715f35840 (patch)
tree0a2549757d7f49ae8dc6140a6ccf5d7e87601051 /target/config/Config.in.binutils
parent2aab505e02c5b2c8bba5e7970c056d3b8a335b46 (diff)
cris: downgrade binutils, segfaulting ld
Diffstat (limited to 'target/config/Config.in.binutils')
-rw-r--r--target/config/Config.in.binutils5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index 522224b89..b17b3e159 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -8,6 +8,7 @@ default ADK_TOOLCHAIN_BINUTILS_CSKY if ADK_TARGET_ARCH_CSKY
default ADK_TOOLCHAIN_BINUTILS_NDS32 if ADK_TARGET_ARCH_NDS32
default ADK_TOOLCHAIN_BINUTILS_2_28 if ADK_TARGET_ARCH_ARM && ADK_KERNEL_THUMB2_KERNEL && ADK_TARGET_OS_LINUX
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_30
config ADK_TOOLCHAIN_BINUTILS_GIT
@@ -24,6 +25,10 @@ config ADK_TOOLCHAIN_BINUTILS_2_30
depends on !(ADK_TARGET_ARCH_ARM && ADK_KERNEL_THUMB2_KERNEL && ADK_TARGET_OS_LINUX)
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 \