소스 검색

toolchain/binutils: switch to version 2.36.1 by default

Runtime-tested on:
* ath79
* bcm27xx/bcm2708
* bcm27xx/bcm2709
* bcm27xx/bcm2711
* mvebu/cortexa53
* octeon
* realtek
* x86/64

Signed-off-by: Stijn Tintel <[email protected]>
Acked-by: Hauke Mehrtens <[email protected]>
Stijn Tintel 4 년 전
부모
커밋
3f41153b1c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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_34
+	default BINUTILS_USE_VERSION_2_36_1
 	help
 	  Select the version of binutils you wish to use.
 

+ 1 - 1
toolchain/binutils/Config.version

@@ -2,13 +2,13 @@ config BINUTILS_VERSION_2_32
 	bool
 
 config BINUTILS_VERSION_2_34
-	default y if !TOOLCHAINOPTS
 	bool
 
 config BINUTILS_VERSION_2_35_2
 	bool
 
 config BINUTILS_VERSION_2_36_1
+	default y if !TOOLCHAINOPTS
 	bool
 
 config BINUTILS_VERSION_2_37