From: Paul Spooren Date: Wed, 22 Sep 2021 01:14:40 +0000 (-1000) Subject: toolchain/binutils: switch to version 2.37 by default X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f48ced582dd33b6d0921f5851c1ea2cef2ff730c;p=openwrt%2Fstaging%2Fnoltari.git 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 Tested-by: Paul Spooren Tested-by: Rosen Penev Tested-by: Andre Heider Tested-by: Ansuel Smith Tested-by: Rui Salvaterra Signed-off-by: Paul Spooren --- 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