From 2cdf0ae3e3ecf3093284ffe34ee004daccdfe7d7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 12 Mar 2017 03:28:44 +0100 Subject: crisv32 needs latest gcc from git --- target/config/Config.in.compiler | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target') 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 -- cgit v1.2.3