toolchain/binutils: switch to version 2.40 by default

This was build tested with all core packages on all targets
successfully.

This was run tested on the following systems:
* lantiq/xrx200 musl
* x86/64 musl
* x86/64 glibc
* malta/be

The size of some of the initramfs images from lantiq/xrx increased by
240 bytes.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens 2023-02-20 22:38:27 +01:00
parent 801c88295e
commit f57a0709e8
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
choice
prompt "Binutils Version" if TOOLCHAINOPTS
default BINUTILS_USE_VERSION_2_39
default BINUTILS_USE_VERSION_2_40
help
Select the version of binutils you wish to use.

View File

@ -6,10 +6,10 @@ config BINUTILS_VERSION_2_38
bool
config BINUTILS_VERSION_2_39
default y if !TOOLCHAINOPTS
bool
config BINUTILS_VERSION_2_40
default y if !TOOLCHAINOPTS
bool
config BINUTILS_VERSION