summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-02 08:05:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-02 08:05:43 +0100
commit143af5a62d4052a83495fcab29e775d46361647d (patch)
tree432d07ab754b1ab57e7eb9f25f194a1326d01c2a /target/config/Config.in.binutils
parentb4898bf8823de5049134fa116a44878533f86a1b (diff)
use latest gcc/binutils from Andes
Diffstat (limited to 'target/config/Config.in.binutils')
-rw-r--r--target/config/Config.in.binutils6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index 10ef4f45d..c066785e0 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -4,8 +4,8 @@
choice
prompt "Binutils version"
default ADK_TOOLCHAIN_BINUTILS_ARC if ADK_TARGET_ARCH_ARC
+default ADK_TOOLCHAIN_BINUTILS_NDS32 if ADK_TARGET_ARCH_NDS32
default ADK_TOOLCHAIN_BINUTILS_2_20_1 if ADK_TARGET_ARCH_AVR32
-default ADK_TOOLCHAIN_BINUTILS_2_24 if ADK_TARGET_ARCH_NDS32
default ADK_TOOLCHAIN_BINUTILS_2_25_1 if ADK_TARGET_ARCH_LM32
default ADK_TOOLCHAIN_BINUTILS_2_25_1 if ADK_TARGET_ARCH_X86
default ADK_TOOLCHAIN_BINUTILS_2_27 if ADK_TARGET_ARCH_C6X
@@ -50,8 +50,8 @@ config ADK_TOOLCHAIN_BINUTILS_2_25_1
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_CPU_CRIS_CRISV10
-config ADK_TOOLCHAIN_BINUTILS_2_24
- bool "2.24"
+config ADK_TOOLCHAIN_BINUTILS_NDS32
+ bool "2.24-nds32"
depends on ADK_TARGET_ARCH_NDS32
config ADK_TOOLCHAIN_BINUTILS_ARC