summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binutils
diff options
context:
space:
mode:
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