projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db6cb4a
)
[toolchain/binutils]: 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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30471
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
toolchain/binutils/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/binutils/Config.in
b/toolchain/binutils/Config.in
index
2ce5de3
..
23f7de7
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