1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-28 21:49:29 +03:00

[toolchain/binutils]: enable 2.22 for unsupported archs if BROKEN is enabled

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30471 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2012-02-12 09:56:47 +00:00
parent 98ab10100c
commit 880df07125

View File

@ -27,8 +27,8 @@ choice
bool "binutils 2.21.1"
config BINUTILS_VERSION_2_22
depends !ubicom32
depends !avr32
depends !ubicom32 || (ubicom32 && BROKEN)
depends !avr32 || (avr32 && BROKEN)
bool "binutils 2.22"
endchoice