Переглянути джерело

package/binutils: switch to use 2.29.x as the default version

Now that binutils 2.30 has been released, it is time to move to
binutils 2.29.x as the default binutils version, instead of 2.28.1.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Romain Naour 7 роки тому
батько
коміт
37e1e6cf6d
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

@@ -2,7 +2,7 @@ comment "Binutils Options"
 
 
 choice
 choice
 	prompt "Binutils Version"
 	prompt "Binutils Version"
-	default BR2_BINUTILS_VERSION_2_28_X if !BR2_arc
+	default BR2_BINUTILS_VERSION_2_29_X if !BR2_arc
 	default BR2_BINUTILS_VERSION_ARC if BR2_arc
 	default BR2_BINUTILS_VERSION_ARC if BR2_arc
 	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.09-release
 BINUTILS_VERSION = arc-2017.09-release
 else
 else
-BINUTILS_VERSION = 2.28.1
+BINUTILS_VERSION = 2.29.1
 endif
 endif
 endif # BINUTILS_VERSION
 endif # BINUTILS_VERSION