toolchain: binutils: switch to version 2.42 by default
authorNick Hainke <vincent@systemli.org>
Wed, 7 Feb 2024 11:27:55 +0000 (12:27 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 28 Apr 2024 22:41:47 +0000 (00:41 +0200)
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>
toolchain/binutils/Config.in
toolchain/binutils/Config.version

index 6ba3c5248723bda434d85fa0839bb46c9ce9e0a5..caa9bcde8b8f926002ef13baa6dc35601140d97f 100644 (file)
@@ -2,7 +2,7 @@
 
 choice
        prompt "Binutils Version" if TOOLCHAINOPTS
-       default BINUTILS_USE_VERSION_2_40
+       default BINUTILS_USE_VERSION_2_42
        help
          Select the version of binutils you wish to use.
 
index e7a5abcd7e067b7bae92246d6896d17f6ac97335..81815ebed2ecb12bd47a48c97ca7cd03098a5d10 100644 (file)
@@ -9,13 +9,13 @@ config BINUTILS_VERSION_2_39
        bool
 
 config BINUTILS_VERSION_2_40
-       default y if !TOOLCHAINOPTS
        bool
 
 config BINUTILS_VERSION_2_41
        bool
 
 config BINUTILS_VERSION_2_42
+       default y if !TOOLCHAINOPTS
        bool
 
 config BINUTILS_VERSION