toolchain/binutils: switch to version 2.36.1 by default
authorStijn Tintel <stijn@linux-ipv6.be>
Thu, 13 May 2021 16:54:34 +0000 (19:54 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Wed, 18 Aug 2021 17:48:47 +0000 (20:48 +0300)
Runtime-tested on:
* ath79
* bcm27xx/bcm2708
* bcm27xx/bcm2709
* bcm27xx/bcm2711
* mvebu/cortexa53
* octeon
* realtek
* x86/64

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
toolchain/binutils/Config.in
toolchain/binutils/Config.version

index 4b9579379c74e30d9a09dfb2b0ab2ab9884dcae0..0f69a003d30ade2d7a1ceb104e77ff5e9a7197fa 100644 (file)
@@ -2,7 +2,7 @@
 
 choice
        prompt "Binutils Version" if TOOLCHAINOPTS
-       default BINUTILS_USE_VERSION_2_34
+       default BINUTILS_USE_VERSION_2_36_1
        help
          Select the version of binutils you wish to use.
 
index 985e3b1b326d632c0d82f829a3b7ece4f89b30e9..a1622abd963082c7ff637f9bbcb4cc04a8e5d364 100644 (file)
@@ -2,13 +2,13 @@ config BINUTILS_VERSION_2_32
        bool
 
 config BINUTILS_VERSION_2_34
-       default y if !TOOLCHAINOPTS
        bool
 
 config BINUTILS_VERSION_2_35_2
        bool
 
 config BINUTILS_VERSION_2_36_1
+       default y if !TOOLCHAINOPTS
        bool
 
 config BINUTILS_VERSION_2_37