Browse Source

toolchain/binutils: switch to version 2.40 by default

This was build tested with all core packages on all targets
successfully.

This was run tested on the following systems:
* lantiq/xrx200 musl
* x86/64 musl
* x86/64 glibc
* malta/be

The size of some of the initramfs images from lantiq/xrx increased by
240 bytes.

Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens 2 years ago
parent
commit
f57a0709e8
2 changed files with 2 additions and 2 deletions
  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_39
+	default BINUTILS_USE_VERSION_2_40
 	help
 	  Select the version of binutils you wish to use.
 

+ 1 - 1
toolchain/binutils/Config.version

@@ -6,10 +6,10 @@ config BINUTILS_VERSION_2_38
 	bool
 
 config BINUTILS_VERSION_2_39
-	default y if !TOOLCHAINOPTS
 	bool
 
 config BINUTILS_VERSION_2_40
+	default y if !TOOLCHAINOPTS
 	bool
 
 config BINUTILS_VERSION