|
@@ -32,6 +32,10 @@ choice
|
|
depends on !BR2_avr32 && !BR2_nios2
|
|
depends on !BR2_avr32 && !BR2_nios2
|
|
depends on BR2_DEPRECATED
|
|
depends on BR2_DEPRECATED
|
|
bool "binutils 2.18.50.0.3"
|
|
bool "binutils 2.18.50.0.3"
|
|
|
|
+
|
|
|
|
+ config BR2_BINUTILS_VERSION_2_18_50_0_6
|
|
|
|
+ depends on !BR2_avr32 && !BR2_nios2
|
|
|
|
+ bool "binutils 2.18.50.0.6"
|
|
endchoice
|
|
endchoice
|
|
|
|
|
|
config BR2_BINUTILS_VERSION
|
|
config BR2_BINUTILS_VERSION
|
|
@@ -42,6 +46,7 @@ config BR2_BINUTILS_VERSION
|
|
default "2.18" if BR2_BINUTILS_VERSION_2_18
|
|
default "2.18" if BR2_BINUTILS_VERSION_2_18
|
|
default "2.18.50.0.1" if BR2_BINUTILS_VERSION_2_18_50_0_1
|
|
default "2.18.50.0.1" if BR2_BINUTILS_VERSION_2_18_50_0_1
|
|
default "2.18.50.0.3" if BR2_BINUTILS_VERSION_2_18_50_0_3
|
|
default "2.18.50.0.3" if BR2_BINUTILS_VERSION_2_18_50_0_3
|
|
|
|
+ default "2.18.50.0.6" if BR2_BINUTILS_VERSION_2_18_50_0_6
|
|
|
|
|
|
config BR2_EXTRA_BINUTILS_CONFIG_OPTIONS
|
|
config BR2_EXTRA_BINUTILS_CONFIG_OPTIONS
|
|
string "Additional binutils options"
|
|
string "Additional binutils options"
|