mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02:00
[toolchain/binutils/2.21]: only enable binutils 2.21 for avr32 if BROKEN is selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25572 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
eaa00c0f99
commit
a1f989fd1a
@ -16,6 +16,7 @@ choice
|
||||
|
||||
config BINUTILS_VERSION_2_21
|
||||
depends !ubicom32
|
||||
depends !avr32 || (avr32 && BROKEN)
|
||||
bool "binutils 2.21"
|
||||
|
||||
config BINUTILS_VERSION_CS
|
||||
|
Loading…
Reference in New Issue
Block a user