|
@@ -13,7 +13,7 @@ choice
|
|
|
bool "binutils 2.18-avr32-1.0.1"
|
|
|
|
|
|
config BR2_BINUTILS_VERSION_2_20
|
|
|
- depends on !BR2_avr32
|
|
|
+ depends on !BR2_avr32 && BR2_DEPRECATED
|
|
|
bool "binutils 2.20"
|
|
|
|
|
|
config BR2_BINUTILS_VERSION_2_20_1
|
|
@@ -31,10 +31,10 @@ choice
|
|
|
config BR2_BINUTILS_VERSION_2_22
|
|
|
depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
|
|
|
bool "binutils 2.22"
|
|
|
-
|
|
|
- config BR2_BINUTILS_VERSION_2_23
|
|
|
+
|
|
|
+ config BR2_BINUTILS_VERSION_2_23_1
|
|
|
depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
|
|
|
- bool "binutils 2.23"
|
|
|
+ bool "binutils 2.23.1"
|
|
|
|
|
|
endchoice
|
|
|
|
|
@@ -46,7 +46,7 @@ config BR2_BINUTILS_VERSION
|
|
|
default "2.21" if BR2_BINUTILS_VERSION_2_21
|
|
|
default "2.21.1" if BR2_BINUTILS_VERSION_2_21_1
|
|
|
default "2.22" if BR2_BINUTILS_VERSION_2_22
|
|
|
- default "2.23" if BR2_BINUTILS_VERSION_2_23
|
|
|
+ default "2.23.1" if BR2_BINUTILS_VERSION_2_23_1
|
|
|
|
|
|
config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
|
|
|
string "Additional binutils options"
|