diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-23 01:42:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-23 01:43:54 +0200 |
commit | 026196652bb5087a9cace5e391e5dc62f38cefdb (patch) | |
tree | a9643093fec28430ad9c3963571f001d6b69505b /target | |
parent | b0d6c663b4fdce7bca0183e9a3616e35cab42477 (diff) |
newer gcc work fine for cris
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.gcc.choice | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/config/Config.in.gcc.choice b/target/config/Config.in.gcc.choice index 8f6526790..39d4e75b5 100644 --- a/target/config/Config.in.gcc.choice +++ b/target/config/Config.in.gcc.choice @@ -4,7 +4,6 @@ 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 @@ -15,14 +14,12 @@ config ADK_TOOLCHAIN_GCC_GIT depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 - depends on !ADK_TARGET_ARCH_CRIS config ADK_TOOLCHAIN_GCC_5_1_0 bool "5.1.0" depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 - depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_C6X config ADK_TOOLCHAIN_GCC_4_9_2 @@ -30,7 +27,6 @@ config ADK_TOOLCHAIN_GCC_4_9_2 depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 - depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_C6X config ADK_TOOLCHAIN_GCC_4_8_4 @@ -49,8 +45,7 @@ config ADK_TOOLCHAIN_GCC_4_8_3_ARC config ADK_TOOLCHAIN_GCC_4_7_4 bool "4.7.4" - depends on ADK_TARGET_ARCH_CRIS \ - || ADK_TARGET_ARCH_C6X \ + depends on ADK_TARGET_ARCH_C6X \ || ADK_TARGET_ARCH_SPARC config ADK_TOOLCHAIN_GCC_4_5_4 |