binutils: Use version 2.29.1 by default

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
v19.07.3_mercusys_ac12_duma
Hauke Mehrtens 6 years ago committed by Felix Fietkau
parent 092d75aa3e
commit c7ced2f4a4

@ -2,7 +2,7 @@
choice
prompt "Binutils Version" if TOOLCHAINOPTS
default BINUTILS_USE_VERSION_2_28 if !arc
default BINUTILS_USE_VERSION_2_29_1 if !arc
default BINUTILS_USE_VERSION_2_29_ARC if arc
help
Select the version of binutils you wish to use.

@ -2,7 +2,6 @@ config BINUTILS_VERSION_2_27
bool
config BINUTILS_VERSION_2_28
default y if (!TOOLCHAINOPTS && !arc)
bool
config BINUTILS_VERSION_2_29_ARC
@ -10,6 +9,7 @@ config BINUTILS_VERSION_2_29_ARC
bool
config BINUTILS_VERSION_2_29_1
default y if (!TOOLCHAINOPTS && !arc)
bool
config BINUTILS_VERSION_2_30

Loading…
Cancel
Save