summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-08 01:52:44 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-08 01:52:44 -0600
commitf50581320c535a0c1ed1a0e42c5d39551bc82d19 (patch)
tree8ca7e13cb9fa72688108dcd52ae015ba77635bfc
parent2c2316c22caf91322663a8531378a9b9b2991677 (diff)
better defaults for gcc/binutils
-rw-r--r--target/config/Config.in.binutils.choice4
-rw-r--r--target/config/Config.in.gcc.choice5
2 files changed, 9 insertions, 0 deletions
diff --git a/target/config/Config.in.binutils.choice b/target/config/Config.in.binutils.choice
index 85caea36c..ebcd4f41e 100644
--- a/target/config/Config.in.binutils.choice
+++ b/target/config/Config.in.binutils.choice
@@ -3,6 +3,10 @@
choice
prompt "Binutils version"
+default ADK_TOOLCHAIN_BINUTILS_2_20_1 if ADK_TARGET_ARCH_AVR32
+default ADK_TOOLCHAIN_BINUTILS_2_22 if ADK_TARGET_ARCH_BFIN
+default ADK_TOOLCHAIN_BINUTILS_2_22 if ADK_TARGET_ARCH_CRIS
+default ADK_TOOLCHAIN_BINUTILS_2_23_ARC if ADK_TARGET_ARCH_ARC
default ADK_TOOLCHAIN_BINUTILS_2_25
config ADK_TOOLCHAIN_BINUTILS_GIT
diff --git a/target/config/Config.in.gcc.choice b/target/config/Config.in.gcc.choice
index 3e7a7affb..d2b56d9b6 100644
--- a/target/config/Config.in.gcc.choice
+++ b/target/config/Config.in.gcc.choice
@@ -3,6 +3,11 @@
choice
prompt "GCC version"
+default ADK_TOOLCHAIN_GCC_4_7_4 if ADK_TARGET_ARCH_C6X
+default ADK_TOOLCHAIN_GCC_4_7_4 if ADK_TARGET_ARCH_CRIS
+default ADK_TOOLCHAIN_GCC_4_5_4 if ADK_TARGET_ARCH_BFIN
+default ADK_TOOLCHAIN_GCC_4_8_0_ARC if ADK_TARGET_ARCH_ARC
+default ADK_TOOLCHAIN_GCC_4_4_7 if ADK_TARGET_ARCH_AVR32
default ADK_TOOLCHAIN_GCC_4_9_2
config ADK_TOOLCHAIN_GCC_GIT