summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binutils
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.binutils
parent604544804f69ed8b3cee8776a8f0078459c2b1d9 (diff)
reintroduce arc binutils/gcc from github
Diffstat (limited to 'target/config/Config.in.binutils')
-rw-r--r--target/config/Config.in.binutils5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index ea3a50d16..8f1d9b7b3 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -3,6 +3,7 @@
choice
prompt "Binutils version"
+default ADK_TOOLCHAIN_BINUTILS_ARC if ADK_TARGET_ARCH_ARC
default ADK_TOOLCHAIN_BINUTILS_AVR32 if ADK_TARGET_ARCH_AVR32
default ADK_TOOLCHAIN_BINUTILS_NDS32 if ADK_TARGET_ARCH_NDS32
default ADK_TOOLCHAIN_BINUTILS_2_28 if ADK_TARGET_CPU_SH_J2
@@ -29,6 +30,10 @@ config ADK_TOOLCHAIN_BINUTILS_2_28
bool "2.28"
depends on ADK_TARGET_CPU_SH_J2
+config ADK_TOOLCHAIN_BINUTILS_ARC
+ bool "arc-2020.09-eng007"
+ depends on ADK_TARGET_ARCH_ARC
+
config ADK_TOOLCHAIN_BINUTILS_NDS32
bool "nds32-2.30-open"
depends on ADK_TARGET_ARCH_NDS32