summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-12 03:28:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-12 03:28:44 +0100
commit2cdf0ae3e3ecf3093284ffe34ee004daccdfe7d7 (patch)
treed43feb252c1f52e96515d37822ea86fa1d7f11fa /target
parent2990748111f2fa30fdffd78858ca8574f63ab918 (diff)
crisv32 needs latest gcc from git
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.compiler2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index bc0928b20..90612b248 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -16,6 +16,7 @@ endchoice
choice
prompt "GCC version"
depends on ADK_BUILD_COMPILER_GCC
+default ADK_TOOLCHAIN_GCC_GIT if ADK_TARGET_ARCH_CRIS
default ADK_TOOLCHAIN_GCC_ARC if ADK_TARGET_ARCH_ARC
default ADK_TOOLCHAIN_GCC_OR1K if ADK_TARGET_ARCH_OR1K
default ADK_TOOLCHAIN_GCC_NDS32 if ADK_TARGET_ARCH_NDS32
@@ -40,6 +41,7 @@ config ADK_TOOLCHAIN_GCC_6
bool "6.3.0"
depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
+ depends on !ADK_TARGET_ARCH_CRIS
depends on !ADK_TARGET_ARCH_METAG
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_ARCH_OR1K