瀏覽代碼

Don't break AVR32 toolchain by hiding binutils-2.17

Ulf Samuelsson 18 年之前
父節點
當前提交
4d08323013
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      toolchain/binutils/Config.in

+ 1 - 1
toolchain/binutils/Config.in

@@ -41,7 +41,7 @@ choice
 		bool "binutils 2.16.91.0.7"
 
 	config BR2_BINUTILS_VERSION_2_17
-		depends !BR2_nios2 && BR2_DEPRECATED
+		depends BR2_avr32 || !BR2_nios2 && BR2_DEPRECATED
 		bool "binutils 2.17"
 
 	config BR2_BINUTILS_VERSION_2_17_50_0_2