1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[toolchain/binutils]: add binutils 2.22

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30375 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz
2012-02-08 15:49:48 +00:00
parent 46b5da93ea
commit 0ffbe196d5
7 changed files with 183 additions and 1 deletions

View File

@@ -24,6 +24,11 @@ choice
depends !avr32 || (avr32 && BROKEN)
bool "binutils 2.21.1"
config BINUTILS_VERSION_2_22
depends !ubicom32
depends !avr32
bool "binutils 2.22"
endchoice
config EXTRA_BINUTILS_CONFIG_OPTIONS
@@ -40,5 +45,6 @@ config BINUTILS_VERSION
default "2.20.1" if BINUTILS_VERSION_2_20_1
default "2.21" if BINUTILS_VERSION_2_21
default "2.21.1" if BINUTILS_VERSION_2_21_1
default "2.22" if BINUTILS_VERSION_2_22
default "2.19.1" if ubicom32
default "2.20.1"