enable 2.22 for unsupported archs if BROKEN is enabled
[openwrt/openwrt.git] / toolchain / binutils / Config.in
index 2ce5de361867353bf0bfa921fd7ada716e875182..23f7de7f838c49c78af40657b1808081668c4ed9 100644 (file)
@@ -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