package/binutils: switch to use 2.29.x as the default version
authorRomain Naour <romain.naour@gmail.com>
Mon, 29 Jan 2018 22:39:40 +0000 (23:39 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 30 Jan 2018 08:46:59 +0000 (09:46 +0100)
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>
package/binutils/Config.in.host
package/binutils/binutils.mk

index 1ab3257f4697c554dc258ead7c4ea8c6d28af62a..fd8a7fa981672af7902919ea92bbac5e998b6203 100644 (file)
@@ -2,7 +2,7 @@ comment "Binutils Options"
 
 choice
        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
        help
          Select the version of binutils you wish to use.
index e12fb86c93e6095e682c2ddf501abf1a6d455da1..0f7ff0048ace85b1c01d784902f95f3e425ada2f 100644 (file)
@@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
 ifeq ($(BR2_arc),y)
 BINUTILS_VERSION = arc-2017.09-release
 else
-BINUTILS_VERSION = 2.28.1
+BINUTILS_VERSION = 2.29.1
 endif
 endif # BINUTILS_VERSION