summaryrefslogtreecommitdiff
path: root/target/config/Config.in.toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-19 13:51:58 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-20 13:59:04 -0600
commit492f1d5c0b2ebf3656baa997e85eeda4844be087 (patch)
treec4ab66e67968f525fb84c186487dcb92d0a5f7c1 /target/config/Config.in.toolchain
parenteb1b38bf8963361cdbcecb9423f577f5e57cbce5 (diff)
allow gcc 4.7.4 for sparc, reorder
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r--target/config/Config.in.toolchain34
1 files changed, 18 insertions, 16 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain
index 8e104b4c1..0dcb79a29 100644
--- a/target/config/Config.in.toolchain
+++ b/target/config/Config.in.toolchain
@@ -13,22 +13,6 @@ config ADK_VENDOR
choice
prompt "GCC version"
-config ADK_TOOLCHAIN_GCC_4_4_7
- bool "4.4.7"
- depends on ADK_TARGET_ARCH_AVR32
-
-config ADK_TOOLCHAIN_GCC_4_5_4
- bool "4.5.4"
- depends on ADK_TARGET_ARCH_BFIN
-
-config ADK_TOOLCHAIN_GCC_4_7_4
- bool "4.7.4"
- depends on ADK_TARGET_ARCH_CRIS || ADK_TARGET_ARCH_C6X
-
-config ADK_TOOLCHAIN_GCC_4_8_0_ARC
- bool "4.8.0-arc"
- depends on ADK_TARGET_ARCH_ARC
-
config ADK_TOOLCHAIN_GCC_4_9_2
bool "4.9.2"
depends on !ADK_TARGET_ARCH_BFIN
@@ -47,6 +31,24 @@ config ADK_TOOLCHAIN_GCC_4_8_4
depends on !ADK_TARGET_ARCH_TILE
depends on !ADK_TARGET_ARCH_C6X
+config ADK_TOOLCHAIN_GCC_4_7_4
+ bool "4.7.4"
+ depends on ADK_TARGET_ARCH_CRIS \
+ || ADK_TARGET_ARCH_C6X \
+ || ADK_TARGET_ARCH_SPARC
+
+config ADK_TOOLCHAIN_GCC_4_8_0_ARC
+ bool "4.8.0-arc"
+ depends on ADK_TARGET_ARCH_ARC
+
+config ADK_TOOLCHAIN_GCC_4_5_4
+ bool "4.5.4"
+ depends on ADK_TARGET_ARCH_BFIN
+
+config ADK_TOOLCHAIN_GCC_4_4_7
+ bool "4.4.7"
+ depends on ADK_TARGET_ARCH_AVR32
+
config ADK_TOOLCHAIN_GCC_GIT
bool "git"
depends on !ADK_TARGET_ARCH_BFIN