Skip to content
Snippets Groups Projects
Commit 3c365cc7 authored by Imre Kaloz's avatar Imre Kaloz
Browse files

enable 2.22 for unsupported archs if BROKEN is enabled

SVN-Revision: 30471
parent d252dd3d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment