浏览代码

binutils: switch to 2.27 as the default version

Now that binutils 2.28 is available, switch to binutils 2.27 as the
default version, for both the host variant and the target variant. Note
that the target variant, when no host variant is built, was still
2.25.1: we forgot to update it to 2.26 when the host version was updated
to 2.26.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 8 年之前
父节点
当前提交
43dd61e2ea
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      package/binutils/Config.in.host
  2. 1 1
      package/binutils/binutils.mk

+ 1 - 1
package/binutils/Config.in.host

@@ -3,7 +3,7 @@ comment "Binutils Options"
 choice
 choice
 	prompt "Binutils Version"
 	prompt "Binutils Version"
 	depends on !BR2_arc
 	depends on !BR2_arc
-	default BR2_BINUTILS_VERSION_2_26_X
+	default BR2_BINUTILS_VERSION_2_27_X
 	help
 	help
 	  Select the version of binutils you wish to use.
 	  Select the version of binutils you wish to use.
 
 

+ 1 - 1
package/binutils/binutils.mk

@@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
 ifeq ($(BR2_arc),y)
 ifeq ($(BR2_arc),y)
 BINUTILS_VERSION = arc-2017.03-eng008
 BINUTILS_VERSION = arc-2017.03-eng008
 else
 else
-BINUTILS_VERSION = 2.25.1
+BINUTILS_VERSION = 2.27
 endif
 endif
 endif # BINUTILS_VERSION
 endif # BINUTILS_VERSION