binutils: switch to 2.27 as the default version
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 3 Apr 2017 20:26:30 +0000 (22:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 3 Apr 2017 20:26:30 +0000 (22:26 +0200)
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>
package/binutils/Config.in.host
package/binutils/binutils.mk

index a031ab58ed598b65d8fc1384f806dbafc1b384c4..a554cad561e69a04ca4e05bab4d44b8eafdaa110 100644 (file)
@@ -3,7 +3,7 @@ comment "Binutils Options"
 choice
        prompt "Binutils Version"
        depends on !BR2_arc
-       default BR2_BINUTILS_VERSION_2_26_X
+       default BR2_BINUTILS_VERSION_2_27_X
        help
          Select the version of binutils you wish to use.
 
index c4e696f271e00bc41382124984cb90fdbb131d20..ecba96571c73059324cedca2a9a91d6a430d947d 100644 (file)
@@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
 ifeq ($(BR2_arc),y)
 BINUTILS_VERSION = arc-2017.03-eng008
 else
-BINUTILS_VERSION = 2.25.1
+BINUTILS_VERSION = 2.27
 endif
 endif # BINUTILS_VERSION