Browse Source

only enable binutils 2.21 for avr32 if BROKEN is selected

SVN-Revision: 25572
Imre Kaloz 14 years ago
parent
commit
cc880f6736
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolchain/binutils/Config.in

+ 1 - 0
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