[toolchain/binutils]: add binutils 2.21

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25567 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Imre Kaloz
2011-02-18 09:52:19 +00:00
parent c33378562e
commit ec1ab875da
10 changed files with 31128 additions and 0 deletions

View File

@@ -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"