summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-07-22 11:46:57 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-07-22 11:46:57 -0500
commit1367206274b6bac3e3c58c2f52eb30afe07e4b1f (patch)
tree2e74bdbd69fc42460db8d4791de673ead805ea20 /target
parentd41413fd8fca00d1056d7aa3748d3d6517c210d9 (diff)
update binutils to latest stable version
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.binutils.choice6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.binutils.choice b/target/config/Config.in.binutils.choice
index c3d5a1ac7..0f689e72c 100644
--- a/target/config/Config.in.binutils.choice
+++ b/target/config/Config.in.binutils.choice
@@ -6,7 +6,7 @@ prompt "Binutils version"
default ADK_TOOLCHAIN_BINUTILS_2_20_1 if ADK_TARGET_ARCH_AVR32
default ADK_TOOLCHAIN_BINUTILS_2_22 if ADK_TARGET_ARCH_BFIN
default ADK_TOOLCHAIN_BINUTILS_2_23_ARC if ADK_TARGET_ARCH_ARC
-default ADK_TOOLCHAIN_BINUTILS_2_25
+default ADK_TOOLCHAIN_BINUTILS_2_25_1
config ADK_TOOLCHAIN_BINUTILS_GIT
bool "git"
@@ -14,8 +14,8 @@ config ADK_TOOLCHAIN_BINUTILS_GIT
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CRIS
-config ADK_TOOLCHAIN_BINUTILS_2_25
- bool "2.25"
+config ADK_TOOLCHAIN_BINUTILS_2_25_1
+ bool "2.25.1"
depends on !ADK_TARGET_ARCH_BFIN
depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32