From: Imre Kaloz Date: Fri, 18 Feb 2011 13:48:42 +0000 (+0000) Subject: only enable binutils 2.21 for avr32 if BROKEN is selected X-Git-Tag: v19.07.0-rc1~28180 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=cc880f6736a95fc231757ff466188d3d72b93e12;p=openwrt%2Fstaging%2Fhauke.git 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