浏览代码

binutils: default to 2.20.1, mark 2.19.1 as deprecated

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 15 年之前
父节点
当前提交
9cca84cd07
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      toolchain/binutils/Config.in

+ 3 - 2
toolchain/binutils/Config.in

@@ -4,7 +4,7 @@ comment "Binutils Options"
 
 
 choice
 choice
 	prompt "Binutils Version"
 	prompt "Binutils Version"
-	default BR2_BINUTILS_VERSION_2_20
+	default BR2_BINUTILS_VERSION_2_20_1
 	help
 	help
 	  Select the version of binutils you wish to use.
 	  Select the version of binutils you wish to use.
 
 
@@ -34,11 +34,12 @@ choice
 
 
 	config BR2_BINUTILS_VERSION_2_19_1
 	config BR2_BINUTILS_VERSION_2_19_1
 		depends on !BR2_avr32 && !BR2_nios2
 		depends on !BR2_avr32 && !BR2_nios2
-		depends on BR2_DEPRECATED || BR2_RECENT
+		depends on BR2_DEPRECATED
 		bool "binutils 2.19.1"
 		bool "binutils 2.19.1"
 
 
 	config BR2_BINUTILS_VERSION_2_20
 	config BR2_BINUTILS_VERSION_2_20
 		depends on !BR2_avr32 && !BR2_nios2
 		depends on !BR2_avr32 && !BR2_nios2
+		depends on BR2_DEPRECATED || BR2_RECENT
 		bool "binutils 2.20"
 		bool "binutils 2.20"
 
 
 	config BR2_BINUTILS_VERSION_2_20_1
 	config BR2_BINUTILS_VERSION_2_20_1