summaryrefslogtreecommitdiff
path: root/target/config/Config.in.compiler
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-10-02 03:12:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-10-02 03:12:52 +0200
commitbdfc425becf0bb66494b3c80b9ff67df33db74ad (patch)
tree20fdafe20cf25f473a9619325f650663c6431314 /target/config/Config.in.compiler
parent604544804f69ed8b3cee8776a8f0078459c2b1d9 (diff)
reintroduce arc binutils/gcc from github
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r--target/config/Config.in.compiler6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index ac41e4c28..4425bc24a 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -12,6 +12,7 @@ endchoice
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_LM32 if ADK_TARGET_ARCH_LM32
default ADK_TOOLCHAIN_GCC_METAG if ADK_TARGET_ARCH_METAG
@@ -21,7 +22,6 @@ default ADK_TOOLCHAIN_GCC_7 if ADK_TARGET_CPU_ARM_CORTEX_A53
default ADK_TOOLCHAIN_GCC_9 if ADK_TARGET_ARCH_CSKY
default ADK_TOOLCHAIN_GCC_9 if ADK_TARGET_ARCH_HPPA
default ADK_TOOLCHAIN_GCC_9 if ADK_TARGET_ARCH_OR1K
-default ADK_TOOLCHAIN_GCC_10 if ADK_TARGET_ARCH_ARC
default ADK_TOOLCHAIN_GCC_8
config ADK_TOOLCHAIN_GCC_GIT
@@ -67,6 +67,10 @@ config ADK_TOOLCHAIN_GCC_7
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_ARCH_OR1K
+config ADK_TOOLCHAIN_GCC_ARC
+ bool "arc-2020.09-eng007"
+ depends on ADK_TARGET_ARCH_ARC
+
config ADK_TOOLCHAIN_GCC_AVR32
bool "4.4.7-avr32"
depends on ADK_TARGET_ARCH_AVR32