projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aca90e9
)
only enable binutils 2.21 for avr32 if BROKEN is selected
author
Imre Kaloz
<kaloz@openwrt.org>
Fri, 18 Feb 2011 13:48:42 +0000
(13:48 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Fri, 18 Feb 2011 13:48:42 +0000
(13:48 +0000)
SVN-Revision: 25572
toolchain/binutils/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/binutils/Config.in
b/toolchain/binutils/Config.in
index ec74eaa0308bf28deff4fd5f01bc9844e739dafe..55e53ba8f583815be8880b0c5c2a02695ea23b01 100644
(file)
--- a/
toolchain/binutils/Config.in
+++ b/
toolchain/binutils/Config.in
@@
-16,6
+16,7
@@
choice
config BINUTILS_VERSION_2_21
depends !ubicom32
+ depends !avr32 || (avr32 && BROKEN)
bool "binutils 2.21"
config BINUTILS_VERSION_CS