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 | 3c365cc72d0c29cbd7e1381d4c338beb4339833a (patch) | |
tree | 6aadcc87d416944707a1268f05d0ad271bc01ef2 /toolchain/binutils/Config.in | |
parent | d252dd3d2e19995b87c9928493d9a3652cc5ff82 (diff) | |
download | upstream-3c365cc72d0c29cbd7e1381d4c338beb4339833a.tar.gz upstream-3c365cc72d0c29cbd7e1381d4c338beb4339833a.tar.bz2 upstream-3c365cc72d0c29cbd7e1381d4c338beb4339833a.zip |
enable 2.22 for unsupported archs if BROKEN is enabled
SVN-Revision: 30471
Diffstat (limited to 'toolchain/binutils/Config.in')
-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 |