|
@@ -3,21 +3,21 @@ comment "Binutils Options"
|
|
choice
|
|
choice
|
|
prompt "Binutils Version"
|
|
prompt "Binutils Version"
|
|
depends on !BR2_arc
|
|
depends on !BR2_arc
|
|
- default BR2_BINUTILS_VERSION_2_24
|
|
|
|
|
|
+ default BR2_BINUTILS_VERSION_2_24_X
|
|
help
|
|
help
|
|
Select the version of binutils you wish to use.
|
|
Select the version of binutils you wish to use.
|
|
|
|
|
|
- config BR2_BINUTILS_VERSION_2_23_2
|
|
|
|
|
|
+ config BR2_BINUTILS_VERSION_2_23_X
|
|
depends on !BR2_aarch64 && !BR2_microblaze && \
|
|
depends on !BR2_aarch64 && !BR2_microblaze && \
|
|
!BR2_powerpc64le && !BR2_nios2
|
|
!BR2_powerpc64le && !BR2_nios2
|
|
bool "binutils 2.23.2"
|
|
bool "binutils 2.23.2"
|
|
|
|
|
|
- config BR2_BINUTILS_VERSION_2_24
|
|
|
|
|
|
+ config BR2_BINUTILS_VERSION_2_24_X
|
|
# supported, but broken on Nios-II and powerpc64le
|
|
# supported, but broken on Nios-II and powerpc64le
|
|
depends on !BR2_nios2 && !BR2_powerpc64le
|
|
depends on !BR2_nios2 && !BR2_powerpc64le
|
|
bool "binutils 2.24"
|
|
bool "binutils 2.24"
|
|
|
|
|
|
- config BR2_BINUTILS_VERSION_2_25
|
|
|
|
|
|
+ config BR2_BINUTILS_VERSION_2_25_X
|
|
bool "binutils 2.25"
|
|
bool "binutils 2.25"
|
|
|
|
|
|
endchoice
|
|
endchoice
|
|
@@ -25,9 +25,9 @@ endchoice
|
|
config BR2_BINUTILS_VERSION
|
|
config BR2_BINUTILS_VERSION
|
|
string
|
|
string
|
|
default "arc-2015.06" if BR2_arc
|
|
default "arc-2015.06" if BR2_arc
|
|
- default "2.23.2" if BR2_BINUTILS_VERSION_2_23_2
|
|
|
|
- default "2.24" if BR2_BINUTILS_VERSION_2_24
|
|
|
|
- default "2.25" if BR2_BINUTILS_VERSION_2_25
|
|
|
|
|
|
+ default "2.23.2" if BR2_BINUTILS_VERSION_2_23_X
|
|
|
|
+ default "2.24" if BR2_BINUTILS_VERSION_2_24_X
|
|
|
|
+ default "2.25" if BR2_BINUTILS_VERSION_2_25_X
|
|
|
|
|
|
config BR2_BINUTILS_ENABLE_LTO
|
|
config BR2_BINUTILS_ENABLE_LTO
|
|
bool
|
|
bool
|