toolchain/binutils: switch to version 2.40 by default
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 20 Feb 2023 21:38:27 +0000 (22:38 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 1 Mar 2023 22:44:57 +0000 (23:44 +0100)
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>
toolchain/binutils/Config.in
toolchain/binutils/Config.version

index dbcaf4afceaf680a213b62def3588debc2e0d273..e53384a00620ea343188235d14179eaebe36fb7f 100644 (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.
 
index 479a8459fe75b672abece194e37f577d056de878..c9f85844808663b7b8dbb1eef59c27deddbe4c0a 100644 (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