toolchain: binutils: switch to version 2.42 by default
Change the default binutils version to 2.42. Tested-by: Jonathan Lancett <j.lancett@ntlworld.com> Tested-by: Andre Heider <a.heider@gmail.com> Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
a638d013b1
commit
c390c6c709
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Binutils Version" if TOOLCHAINOPTS
|
prompt "Binutils Version" if TOOLCHAINOPTS
|
||||||
default BINUTILS_USE_VERSION_2_40
|
default BINUTILS_USE_VERSION_2_42
|
||||||
help
|
help
|
||||||
Select the version of binutils you wish to use.
|
Select the version of binutils you wish to use.
|
||||||
|
|
||||||
|
@ -9,13 +9,13 @@ config BINUTILS_VERSION_2_39
|
|||||||
bool
|
bool
|
||||||
|
|
||||||
config BINUTILS_VERSION_2_40
|
config BINUTILS_VERSION_2_40
|
||||||
default y if !TOOLCHAINOPTS
|
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config BINUTILS_VERSION_2_41
|
config BINUTILS_VERSION_2_41
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config BINUTILS_VERSION_2_42
|
config BINUTILS_VERSION_2_42
|
||||||
|
default y if !TOOLCHAINOPTS
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config BINUTILS_VERSION
|
config BINUTILS_VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user