summaryrefslogtreecommitdiff
path: root/target/config/Config.in.compiler
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-03-11 12:23:30 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-03-11 12:23:20 +0100
commitba4ff2520c8759cce53de7140323ea7932bb598b (patch)
tree3545ed1c306da90d3e7ac77707cf39c68257c386 /target/config/Config.in.compiler
parentc101615cf87ca237a281f9538bb533e0c74d165d (diff)
arc: use synopsys toolchain, upstream not fully usable
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r--target/config/Config.in.compiler6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index da9af38bd..6c5d2199d 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -29,6 +29,7 @@ config ADK_TOOLCHAIN_LLVM_VERSION
choice
prompt "GCC version"
depends on ADK_BUILD_COMPILER_GCC
+default ADK_TOOLCHAIN_GCC_ARC if ADK_TARGET_ARCH_ARC
default ADK_TOOLCHAIN_GCC_AVR32 if ADK_TARGET_ARCH_AVR32
default ADK_TOOLCHAIN_GCC_CSKY if ADK_TARGET_ARCH_CSKY
default ADK_TOOLCHAIN_GCC_METAG if ADK_TARGET_ARCH_METAG
@@ -48,6 +49,7 @@ config ADK_TOOLCHAIN_GCC_GIT
config ADK_TOOLCHAIN_GCC_7
bool "7.3.0"
+ depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CSKY
depends on !ADK_TARGET_ARCH_METAG
@@ -59,6 +61,10 @@ config ADK_TOOLCHAIN_GCC_6
bool "6.3.0"
depends on ADK_TARGET_CPU_SH_J2
+config ADK_TOOLCHAIN_GCC_ARC
+ bool "arc-2018.03-release"
+ depends on ADK_TARGET_ARCH_ARC
+
config ADK_TOOLCHAIN_GCC_AVR32
bool "4.4.7-avr32"
depends on ADK_TARGET_ARCH_AVR32