Przeglądaj źródła

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 <[email protected]>
Tested-by: Paul Spooren <[email protected]>
Tested-by: Rosen Penev <[email protected]>
Tested-by: Andre Heider <[email protected]>
Tested-by: Ansuel Smith <[email protected]>
Tested-by: Rui Salvaterra <[email protected]>
Signed-off-by: Paul Spooren <[email protected]>
Paul Spooren 4 lat temu
rodzic
commit
f48ced582d

+ 1 - 1
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.
 

+ 1 - 1
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