|
@@ -31,6 +31,10 @@ choice
|
|
config BR2_BINUTILS_VERSION_2_22
|
|
config BR2_BINUTILS_VERSION_2_22
|
|
depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
|
|
depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
|
|
bool "binutils 2.22"
|
|
bool "binutils 2.22"
|
|
|
|
+
|
|
|
|
+ config BR2_BINUTILS_VERSION_2_23
|
|
|
|
+ depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
|
|
|
|
+ bool "binutils 2.23"
|
|
|
|
|
|
endchoice
|
|
endchoice
|
|
|
|
|
|
@@ -42,6 +46,7 @@ config BR2_BINUTILS_VERSION
|
|
default "2.21" if BR2_BINUTILS_VERSION_2_21
|
|
default "2.21" if BR2_BINUTILS_VERSION_2_21
|
|
default "2.21.1" if BR2_BINUTILS_VERSION_2_21_1
|
|
default "2.21.1" if BR2_BINUTILS_VERSION_2_21_1
|
|
default "2.22" if BR2_BINUTILS_VERSION_2_22
|
|
default "2.22" if BR2_BINUTILS_VERSION_2_22
|
|
|
|
+ default "2.23" if BR2_BINUTILS_VERSION_2_23
|
|
|
|
|
|
config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
|
|
config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
|
|
string "Additional binutils options"
|
|
string "Additional binutils options"
|