diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-30 21:36:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-30 21:36:17 +0000 |
commit | 1637363e95163a4643ffa285a38f9e6fc8b25b8f (patch) | |
tree | 867af4a8288473c210c830dfae89e7e8be8cd902 /toolchain | |
parent | 3959555e29cde78f47554fab0378a8a03499d69b (diff) | |
download | upstream-1637363e95163a4643ffa285a38f9e6fc8b25b8f.tar.gz upstream-1637363e95163a4643ffa285a38f9e6fc8b25b8f.tar.bz2 upstream-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')
-rw-r--r-- | toolchain/binutils/Config.in | 2 |
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. |