aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Config.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-02-18 09:52:19 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-02-18 09:52:19 +0000
commitec1ab875da455fa26ce2fe2b0e681f3ddc9d3c7f (patch)
treee3f9a14369d23d4ce1132e516780e316cb1c1f31 /toolchain/binutils/Config.in
parentc33378562ee2ad7a726fb4d38efbdc5c7ef76021 (diff)
downloadupstream-ec1ab875da455fa26ce2fe2b0e681f3ddc9d3c7f.tar.gz
upstream-ec1ab875da455fa26ce2fe2b0e681f3ddc9d3c7f.tar.bz2
upstream-ec1ab875da455fa26ce2fe2b0e681f3ddc9d3c7f.zip
[toolchain/binutils]: add binutils 2.21
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25567 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/Config.in')
-rw-r--r--toolchain/binutils/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index be06059033..207b2a05ac 100644
--- a/toolchain/binutils/Config.in
+++ b/toolchain/binutils/Config.in
@@ -14,6 +14,10 @@ choice
depends !ubicom32
bool "binutils 2.20.1"
+ config BINUTILS_VERSION_2_21
+ depends !ubicom32
+ bool "binutils 2.21"
+
config BINUTILS_VERSION_CS
depends !avr32
depends !ubicom32
@@ -34,6 +38,7 @@ config BINUTILS_VERSION
prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
default "2.19.1" if BINUTILS_VERSION_2_19_1
default "2.20.1" if BINUTILS_VERSION_2_20_1
+ default "2.21" if BINUTILS_VERSION_2_21
default "2.19.1+cs" if BINUTILS_VERSION_CS
default "2.19.1" if ubicom32
default "2.20.1"