summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-02-18 13:48:42 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-02-18 13:48:42 +0000
commitcc880f6736a95fc231757ff466188d3d72b93e12 (patch)
tree383593fd54a63f51e1eb284dc61d6547e739c936 /toolchain/binutils
parentaca90e900a263fed7903716643312079fa537e51 (diff)
downloadmaster-31e0f0ae-cc880f6736a95fc231757ff466188d3d72b93e12.tar.gz
master-31e0f0ae-cc880f6736a95fc231757ff466188d3d72b93e12.tar.bz2
master-31e0f0ae-cc880f6736a95fc231757ff466188d3d72b93e12.zip
only enable binutils 2.21 for avr32 if BROKEN is selected
SVN-Revision: 25572
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/Config.in1
1 files changed, 1 insertions, 0 deletions
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