toolchain/binutils: switch to version 2.37 by default
authorPaul Spooren <mail@aparcar.org>
Wed, 22 Sep 2021 01:14:40 +0000 (15:14 -1000)
committerPaul Spooren <mail@aparcar.org>
Thu, 23 Sep 2021 05:37:24 +0000 (19:37 -1000)
Compile tests:
* all

Runtime tests:
* ipq806x/generic
* lantiq/mt7621
* lantiq/xrx200
* x86/64

Signed-off-by: Paul Spooren <mail@aparcar.org>
Tested-by: Paul Spooren <mail@aparcar.org>
Tested-by: Rosen Penev <rosenp@gmail.com>
Tested-by: Andre Heider <a.heider@gmail.com>
Tested-by: Ansuel Smith <ansuelsmth@gmail.com>
Tested-by: Rui Salvaterra <rsalvaterra@gmail.com>
Signed-off-by: Paul Spooren <mail@aparcar.org>
toolchain/binutils/Config.in
toolchain/binutils/Config.version

index 0f69a003d30ade2d7a1ceb104e77ff5e9a7197fa..493b6e4f5a225d966398d34fbface83a50df3a55 100644 (file)
@@ -2,7 +2,7 @@
 
 choice
        prompt "Binutils Version" if TOOLCHAINOPTS
-       default BINUTILS_USE_VERSION_2_36_1
+       default BINUTILS_USE_VERSION_2_37
        help
          Select the version of binutils you wish to use.
 
index a1622abd963082c7ff637f9bbcb4cc04a8e5d364..db727b78bc59e7ec043b4a2a286f3026b7ed89b2 100644 (file)
@@ -8,10 +8,10 @@ config BINUTILS_VERSION_2_35_2
        bool
 
 config BINUTILS_VERSION_2_36_1
-       default y if !TOOLCHAINOPTS
        bool
 
 config BINUTILS_VERSION_2_37
+       default y if !TOOLCHAINOPTS
        bool
 
 config BINUTILS_VERSION