mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
binutils: default to 2.20, mark 2.19 as deprecated
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
acc75665e5
commit
fdc8e6b915
@ -4,7 +4,7 @@ comment "Binutils Options"
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Binutils Version"
|
prompt "Binutils Version"
|
||||||
default BR2_BINUTILS_VERSION_2_19_1
|
default BR2_BINUTILS_VERSION_2_20
|
||||||
help
|
help
|
||||||
Select the version of binutils you wish to use.
|
Select the version of binutils you wish to use.
|
||||||
|
|
||||||
@ -51,11 +51,12 @@ choice
|
|||||||
|
|
||||||
config BR2_BINUTILS_VERSION_2_19
|
config BR2_BINUTILS_VERSION_2_19
|
||||||
depends on !BR2_avr32 && !BR2_nios2
|
depends on !BR2_avr32 && !BR2_nios2
|
||||||
depends on BR2_DEPRECATED || BR2_RECENT
|
depends on BR2_DEPRECATED
|
||||||
bool "binutils 2.19"
|
bool "binutils 2.19"
|
||||||
|
|
||||||
config BR2_BINUTILS_VERSION_2_19_1
|
config BR2_BINUTILS_VERSION_2_19_1
|
||||||
depends on !BR2_avr32 && !BR2_nios2
|
depends on !BR2_avr32 && !BR2_nios2
|
||||||
|
depends on BR2_DEPRECATED || BR2_RECENT
|
||||||
bool "binutils 2.19.1"
|
bool "binutils 2.19.1"
|
||||||
|
|
||||||
config BR2_BINUTILS_VERSION_2_20
|
config BR2_BINUTILS_VERSION_2_20
|
||||||
|
Loading…
x
Reference in New Issue
Block a user