Просмотр исходного кода

binutils: Use version 2.29.1 by default

Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens 7 лет назад
Родитель
Сommit
c7ced2f4a4
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_28 if !arc
+	default BINUTILS_USE_VERSION_2_29_1 if !arc
 	default BINUTILS_USE_VERSION_2_29_ARC if arc
 	help
 	  Select the version of binutils you wish to use.

+ 1 - 1
toolchain/binutils/Config.version

@@ -2,7 +2,6 @@ config BINUTILS_VERSION_2_27
 	bool
 
 config BINUTILS_VERSION_2_28
-	default y if (!TOOLCHAINOPTS && !arc)
 	bool
 
 config BINUTILS_VERSION_2_29_ARC
@@ -10,6 +9,7 @@ config BINUTILS_VERSION_2_29_ARC
 	bool
 
 config BINUTILS_VERSION_2_29_1
+	default y if (!TOOLCHAINOPTS && !arc)
 	bool
 
 config BINUTILS_VERSION_2_30