summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-25 22:29:12 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-25 22:29:12 +0200
commitf4a5108a43fc23a108f445b9ed57e828e8eab540 (patch)
treecf791ef5641636125de701eeb34cc947786d3a61 /target/config/Config.in.binutils
parentb06358045f8bf3d0a9dc891f6a283f3338492206 (diff)
arc: update binutils and gcc to latest engineer tags
While there only use binutils 2.24 for nds32.
Diffstat (limited to 'target/config/Config.in.binutils')
-rw-r--r--target/config/Config.in.binutils10
1 files changed, 3 insertions, 7 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index 0bc703d87..c4afe44c9 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -4,6 +4,7 @@
choice
prompt "Binutils version"
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_ARC if ADK_TARGET_ARCH_ARC
default ADK_TOOLCHAIN_BINUTILS_2_26_1 if ADK_TARGET_ARCH_BFIN
default ADK_TOOLCHAIN_BINUTILS_2_26_1 if ADK_TARGET_ARCH_CRIS
@@ -46,15 +47,10 @@ config ADK_TOOLCHAIN_BINUTILS_2_25_1
config ADK_TOOLCHAIN_BINUTILS_2_24
bool "2.24"
- depends on !ADK_TARGET_ARCH_ARC
- depends on !ADK_TARGET_ARCH_AVR32
- depends on !ADK_TARGET_ARCH_CRIS
- depends on !ADK_TARGET_ARCH_FRV
- depends on !ADK_TARGET_ARCH_H8300
- depends on !ADK_TARGET_ARCH_MOXIE
+ depends on ADK_TARGET_ARCH_NDS32
config ADK_TOOLCHAIN_BINUTILS_ARC
- bool "arc"
+ bool "arc-2016.09-eng010"
depends on ADK_TARGET_ARCH_ARC
config ADK_TOOLCHAIN_BINUTILS_2_20_1