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 | 1d487752f0af3be75ef4fb1f0fcea4d17ce94085 (patch) | |
tree | ff6208e28f8e09678cd5ecf1f590c793c1877dcf /toolchain | |
parent | 83224c64f4e041e75256bac455316e6a52d61240 (diff) | |
download | master-187ad058-1d487752f0af3be75ef4fb1f0fcea4d17ce94085.tar.gz master-187ad058-1d487752f0af3be75ef4fb1f0fcea4d17ce94085.tar.bz2 master-187ad058-1d487752f0af3be75ef4fb1f0fcea4d17ce94085.zip |
binutils: select linaro 2.24 version by default
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42705 3c298f89-4303-0410-b956-a3cf2f4a3e73
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. |