summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-09-30 21:36:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-09-30 21:36:17 +0000
commit1637363e95163a4643ffa285a38f9e6fc8b25b8f (patch)
tree867af4a8288473c210c830dfae89e7e8be8cd902 /toolchain/binutils
parent3959555e29cde78f47554fab0378a8a03499d69b (diff)
downloadmaster-31e0f0ae-1637363e95163a4643ffa285a38f9e6fc8b25b8f.tar.gz
master-31e0f0ae-1637363e95163a4643ffa285a38f9e6fc8b25b8f.tar.bz2
master-31e0f0ae-1637363e95163a4643ffa285a38f9e6fc8b25b8f.zip
binutils: select linaro 2.24 version by default
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42705
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index 9ebf52ddde..041441d4c2 100644
--- a/toolchain/binutils/Config.in
+++ b/toolchain/binutils/Config.in
@@ -3,7 +3,7 @@
choice
prompt "Binutils Version" if TOOLCHAINOPTS
default BINUTILS_VERSION_2_20_1 if avr32
- default BINUTILS_VERSION_2_22 if !avr32
+ default BINUTILS_VERSION_LINARO if !avr32
help
Select the version of binutils you wish to use.