summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binutils
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.binutils
parentc101615cf87ca237a281f9538bb533e0c74d165d (diff)
arc: use synopsys toolchain, upstream not fully usable
Diffstat (limited to 'target/config/Config.in.binutils')
-rw-r--r--target/config/Config.in.binutils6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index b17b3e159..8ba6e0898 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_CSKY if ADK_TARGET_ARCH_CSKY
default ADK_TOOLCHAIN_BINUTILS_NDS32 if ADK_TARGET_ARCH_NDS32
@@ -19,6 +20,7 @@ config ADK_TOOLCHAIN_BINUTILS_GIT
config ADK_TOOLCHAIN_BINUTILS_2_30
bool "2.30"
+ depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CSKY
depends on !ADK_TARGET_ARCH_NDS32
@@ -34,6 +36,10 @@ config ADK_TOOLCHAIN_BINUTILS_2_28
depends on ADK_TARGET_CPU_SH_J2 \
|| (ADK_TARGET_ARCH_ARM && ADK_KERNEL_THUMB2_KERNEL && ADK_TARGET_OS_LINUX)
+config ADK_TOOLCHAIN_BINUTILS_ARC
+ bool "arc-2018.03-release"
+ depends on ADK_TARGET_ARCH_ARC
+
config ADK_TOOLCHAIN_BINUTILS_NDS32
bool "2.24-nds32"
depends on ADK_TARGET_ARCH_NDS32