projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d252dd3
)
enable 2.22 for unsupported archs if BROKEN is enabled
author
Imre Kaloz
<kaloz@openwrt.org>
Sun, 12 Feb 2012 09:56:47 +0000
(09:56 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Sun, 12 Feb 2012 09:56:47 +0000
(09:56 +0000)
SVN-Revision: 30471
toolchain/binutils/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/binutils/Config.in
b/toolchain/binutils/Config.in
index 2ce5de361867353bf0bfa921fd7ada716e875182..23f7de7f838c49c78af40657b1808081668c4ed9 100644
(file)
--- 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