toolchain/binutils: switch to version 2.39 by default
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 18 Dec 2022 22:43:10 +0000 (23:43 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 1 Jan 2023 17:55:04 +0000 (18:55 +0100)
This was build tested with all core packages on all targets
successfully.

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

Some trusted firmware arm builds needed some fixes to build with
binutils 2.39, this was merged before.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
toolchain/binutils/Config.in
toolchain/binutils/Config.version

index 0bc8bbd0a3f47fc340769cb2581cf4ada0140a61..7fe797a5aa413dff9aa7cf7d7e757e18952d86ad 100644 (file)
@@ -2,7 +2,7 @@
 
 choice
        prompt "Binutils Version" if TOOLCHAINOPTS
-       default BINUTILS_USE_VERSION_2_37
+       default BINUTILS_USE_VERSION_2_39
        help
          Select the version of binutils you wish to use.
 
index a79b72e17fec8a1bfe1681e875012b1e231aef92..eac97877fcea4cb269aa2859bdbec8a90d2c356b 100644 (file)
@@ -1,12 +1,12 @@
 
 config BINUTILS_VERSION_2_37
-       default y if !TOOLCHAINOPTS
        bool
 
 config BINUTILS_VERSION_2_38
        bool
 
 config BINUTILS_VERSION_2_39
+       default y if !TOOLCHAINOPTS
        bool
 
 config BINUTILS_VERSION