Pārlūkot izejas kodu

toolchain: binutils: switch to version 2.42 by default

Change the default binutils version to 2.42.

Tested-by: Jonathan Lancett <[email protected]>
Tested-by: Andre Heider <[email protected]>
Signed-off-by: Nick Hainke <[email protected]>
Nick Hainke 1 gadu atpakaļ
vecāks
revīzija
c390c6c709
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      toolchain/binutils/Config.in
  2. 1 1
      toolchain/binutils/Config.version

+ 1 - 1
toolchain/binutils/Config.in

@@ -2,7 +2,7 @@
 
 choice
 	prompt "Binutils Version" if TOOLCHAINOPTS
-	default BINUTILS_USE_VERSION_2_40
+	default BINUTILS_USE_VERSION_2_42
 	help
 	  Select the version of binutils you wish to use.
 

+ 1 - 1
toolchain/binutils/Config.version

@@ -9,13 +9,13 @@ config BINUTILS_VERSION_2_39
 	bool
 
 config BINUTILS_VERSION_2_40
-	default y if !TOOLCHAINOPTS
 	bool
 
 config BINUTILS_VERSION_2_41
 	bool
 
 config BINUTILS_VERSION_2_42
+	default y if !TOOLCHAINOPTS
 	bool
 
 config BINUTILS_VERSION