diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-02-12 09:56:47 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-02-12 09:56:47 +0000 |
commit | 2c60c67c19b8d53eeb2fe4f6c1129d2238ed35a2 (patch) | |
tree | dd071c42baeb0955e1a69c695ce528bd1af5069a /toolchain/binutils | |
parent | db6cb4a031ea65433407857d24227d0b20811e03 (diff) | |
download | upstream-2c60c67c19b8d53eeb2fe4f6c1129d2238ed35a2.tar.gz upstream-2c60c67c19b8d53eeb2fe4f6c1129d2238ed35a2.tar.bz2 upstream-2c60c67c19b8d53eeb2fe4f6c1129d2238ed35a2.zip |
[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
Diffstat (limited to 'toolchain/binutils')
-rw-r--r-- | toolchain/binutils/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |