summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-07-24 13:50:42 +0200
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-07-24 13:50:49 +0200
commit4380a203beb6172d0953c865a9efe791a3852cea (patch)
treeb49742187c44c534b3f0470318f9af380546bd6e /target
parent526d2a1735ee530980b057b2d0031a7124e9ca62 (diff)
binutils 2.25 does not work with crisv10
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.binutils.choice3
-rw-r--r--target/config/Config.in.gcc.choice6
2 files changed, 5 insertions, 4 deletions
diff --git a/target/config/Config.in.binutils.choice b/target/config/Config.in.binutils.choice
index 0f689e72c..3ab18c8cb 100644
--- a/target/config/Config.in.binutils.choice
+++ b/target/config/Config.in.binutils.choice
@@ -20,6 +20,7 @@ config ADK_TOOLCHAIN_BINUTILS_2_25_1
depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_H8300
+ depends on !ADK_CPU_CRIS_V10
config ADK_TOOLCHAIN_BINUTILS_2_24
bool "2.24"
@@ -36,7 +37,7 @@ config ADK_TOOLCHAIN_BINUTILS_2_23_ARC
config ADK_TOOLCHAIN_BINUTILS_2_22
bool "2.22"
depends on ADK_TARGET_ARCH_BFIN \
- || ADK_TARGET_ARCH_CRIS
+ || ADK_CPU_CRIS_V10
config ADK_TOOLCHAIN_BINUTILS_2_20_1
bool "2.20.1"
diff --git a/target/config/Config.in.gcc.choice b/target/config/Config.in.gcc.choice
index b4f3d63a2..0bb3223a4 100644
--- a/target/config/Config.in.gcc.choice
+++ b/target/config/Config.in.gcc.choice
@@ -3,11 +3,11 @@
choice
prompt "GCC version"
-default ADK_TOOLCHAIN_GCC_4_7_4 if ADK_TARGET_ARCH_C6X
+default ADK_TOOLCHAIN_GCC_4_2_4 if ADK_TARGET_ARCH_METAG
+default ADK_TOOLCHAIN_GCC_4_4_7 if ADK_TARGET_ARCH_AVR32
default ADK_TOOLCHAIN_GCC_4_5_4 if ADK_TARGET_ARCH_BFIN
+default ADK_TOOLCHAIN_GCC_4_7_4 if ADK_TARGET_ARCH_C6X
default ADK_TOOLCHAIN_GCC_4_8_ARC if ADK_TARGET_ARCH_ARC
-default ADK_TOOLCHAIN_GCC_4_4_7 if ADK_TARGET_ARCH_AVR32
-default ADK_TOOLCHAIN_GCC_4_2_4 if ADK_TARGET_ARCH_METAG
default ADK_TOOLCHAIN_GCC_4_9_OR1K if ADK_TARGET_ARCH_OR1K
default ADK_TOOLCHAIN_GCC_4_9_3