From: Imre Kaloz Date: Fri, 18 Feb 2011 13:48:42 +0000 (+0000) Subject: [toolchain/binutils/2.21]: only enable binutils 2.21 for avr32 if BROKEN is selected X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=af634092f89ee935cc98e188e7bc0f626cefaf2f [toolchain/binutils/2.21]: only enable binutils 2.21 for avr32 if BROKEN is selected SVN-Revision: 25572 --- diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index ec74eaa030..55e53ba8f5 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -16,6 +16,7 @@ choice config BINUTILS_VERSION_2_21 depends !ubicom32 + depends !avr32 || (avr32 && BROKEN) bool "binutils 2.21" config BINUTILS_VERSION_CS