summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-05-22 09:45:57 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-05-22 09:45:57 +0200
commitce0d6fdd87a0051821def569464744c23085f627 (patch)
treef1a16c100da151f2f9ae5a4229121531ffaf6530 /target/config/Config.in.binutils
parent09b131fb408939bf807d0a5b62b9d88ffcb26a7e (diff)
update ARC toolchain to 2016.03
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 f357930ee..558c49f66 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -4,7 +4,7 @@
choice
prompt "Binutils version"
default ADK_TOOLCHAIN_BINUTILS_2_20_1 if ADK_TARGET_ARCH_AVR32
-default ADK_TOOLCHAIN_BINUTILS_2_23_ARC if ADK_TARGET_ARCH_ARC
+default ADK_TOOLCHAIN_BINUTILS_ARC if ADK_TARGET_ARCH_ARC
default ADK_TOOLCHAIN_BINUTILS_2_26 if ADK_TARGET_ARCH_BFIN
default ADK_TOOLCHAIN_BINUTILS_2_26 if ADK_TARGET_ARCH_H8300
default ADK_TOOLCHAIN_BINUTILS_2_26 if ADK_TARGET_ARCH_M68K && !ADK_TARGET_CPU_CF
@@ -42,8 +42,8 @@ config ADK_TOOLCHAIN_BINUTILS_2_24
depends on !ADK_TARGET_ARCH_H8300
depends on !ADK_TARGET_ARCH_MOXIE
-config ADK_TOOLCHAIN_BINUTILS_2_23_ARC
- bool "2.23-arc"
+config ADK_TOOLCHAIN_BINUTILS_ARC
+ bool "arc"
depends on ADK_TARGET_ARCH_ARC
config ADK_TOOLCHAIN_BINUTILS_2_22