[openwrt/openwrt] toolchain/binutils: switch to version 2.37 by default

LEDE Commits lede-commits at lists.infradead.org
Wed Sep 22 22:37:33 PDT 2021


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f48ced582dd33b6d0921f5851c1ea2cef2ff730c

commit f48ced582dd33b6d0921f5851c1ea2cef2ff730c
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Tue Sep 21 15:14:40 2021 -1000

    toolchain/binutils: switch to version 2.37 by default
    
    Compile tests:
    * all
    
    Runtime tests:
    * ipq806x/generic
    * lantiq/mt7621
    * lantiq/xrx200
    * x86/64
    
    Signed-off-by: Paul Spooren <mail at aparcar.org>
    Tested-by: Paul Spooren <mail at aparcar.org>
    Tested-by: Rosen Penev <rosenp at gmail.com>
    Tested-by: Andre Heider <a.heider at gmail.com>
    Tested-by: Ansuel Smith <ansuelsmth at gmail.com>
    Tested-by: Rui Salvaterra <rsalvaterra at gmail.com>
    Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 toolchain/binutils/Config.in      | 2 +-
 toolchain/binutils/Config.version | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index 0f69a003d3..493b6e4f5a 100644
--- a/toolchain/binutils/Config.in
+++ b/toolchain/binutils/Config.in
@@ -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.
 
diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version
index a1622abd96..db727b78bc 100644
--- a/toolchain/binutils/Config.version
+++ b/toolchain/binutils/Config.version
@@ -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



More information about the lede-commits mailing list