|
@@ -21,7 +21,7 @@ choice
|
|
|
bool "binutils 2.15.94.0.2.2"
|
|
|
|
|
|
config BR2_BINUTILS_VERSION_2_16_1
|
|
|
- depends !BR2_avr32 && !BR2_nios2
|
|
|
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
|
|
|
bool "binutils 2.16.1"
|
|
|
|
|
|
config BR2_BINUTILS_VERSION_2_16_90_0_3
|
|
@@ -37,11 +37,11 @@ choice
|
|
|
bool "binutils 2.16.91.0.6"
|
|
|
|
|
|
config BR2_BINUTILS_VERSION_2_16_91_0_7
|
|
|
- depends !BR2_avr32 && !BR2_nios2
|
|
|
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
|
|
|
bool "binutils 2.16.91.0.7"
|
|
|
|
|
|
config BR2_BINUTILS_VERSION_2_17
|
|
|
- depends !BR2_nios2
|
|
|
+ depends !BR2_nios2 && BR2_DEPRECATED
|
|
|
bool "binutils 2.17"
|
|
|
|
|
|
config BR2_BINUTILS_VERSION_2_17_50_0_2
|
|
@@ -81,7 +81,7 @@ choice
|
|
|
bool "binutils 2.17.50.0.10"
|
|
|
|
|
|
config BR2_BINUTILS_VERSION_2_17_50_0_12
|
|
|
- depends !BR2_avr32 && !BR2_nios2
|
|
|
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
|
|
|
bool "binutils 2.17.50.0.12"
|
|
|
|
|
|
config BR2_BINUTILS_VERSION_2_17_50_0_14
|
|
@@ -93,8 +93,16 @@ choice
|
|
|
bool "binutils 2.17.50.0.16"
|
|
|
|
|
|
config BR2_BINUTILS_VERSION_2_17_50_0_17
|
|
|
- depends !BR2_avr32 && !BR2_nios2
|
|
|
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
|
|
|
bool "binutils 2.17.50.0.17"
|
|
|
+
|
|
|
+ config BR2_BINUTILS_VERSION_2_18
|
|
|
+ depends !BR2_avr32 && !BR2_nios2
|
|
|
+ bool "binutils 2.18"
|
|
|
+
|
|
|
+ config BR2_BINUTILS_VERSION_2_18_50_0_1
|
|
|
+ depends !BR2_avr32 && !BR2_nios2
|
|
|
+ bool "binutils 2.18.50.0.1"
|
|
|
endchoice
|
|
|
|
|
|
config BR2_BINUTILS_VERSION
|
|
@@ -121,9 +129,12 @@ config BR2_BINUTILS_VERSION
|
|
|
default "2.17.50.0.14" if BR2_BINUTILS_VERSION_2_17_50_0_14
|
|
|
default "2.17.50.0.16" if BR2_BINUTILS_VERSION_2_17_50_0_16
|
|
|
default "2.17.50.0.17" if BR2_BINUTILS_VERSION_2_17_50_0_17
|
|
|
+ default "2.18" if BR2_BINUTILS_VERSION_2_18
|
|
|
+ default "2.18.50.0.1" if BR2_BINUTILS_VERSION_2_18_50_0_1
|
|
|
|
|
|
config BR2_EXTRA_BINUTILS_CONFIG_OPTIONS
|
|
|
string "Additional binutils options"
|
|
|
default ""
|
|
|
help
|
|
|
- Any additional binutils options you may want to include ...
|
|
|
+ Any additional binutils options you may want to include.
|
|
|
+
|