From: kaloz Date: Sun, 12 Feb 2012 09:56:47 +0000 (+0000) Subject: [toolchain/binutils]: enable 2.22 for unsupported archs if BROKEN is enabled X-Git-Tag: fast2504n-3.10.28-merged~7040 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=880df071257cd698ef8a278c07b5ba5e956f7120;hp=98ab10100c38a2a14fa5e5e221a2ba43eee9f439;p=openwrt.git [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 --- diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 2ce5de3618..23f7de7f83 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -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