binutils: switch to use 2.28.x as the default version
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 29 Jul 2017 13:09:05 +0000 (15:09 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 1 Aug 2017 21:37:51 +0000 (23:37 +0200)
Now that binutils 2.29 has been released, it is time to move to
binutils 2.28.x as the default binutils version, instead of 2.27.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/binutils/Config.in.host
package/binutils/binutils.mk

index 0840e8a85f40aa0507e207a7ac5165542be2b449..ef6aadb5bac23e334383f224bffb6c3e4ef69b15 100644 (file)
@@ -2,8 +2,7 @@ comment "Binutils Options"
 
 choice
        prompt "Binutils Version"
-       default BR2_BINUTILS_VERSION_2_27_X
-       default BR2_BINUTILS_VERSION_2_28_X if (BR2_arm && !BR2_USE_MMU)
+       default BR2_BINUTILS_VERSION_2_28_X
        depends on !BR2_arc
        help
          Select the version of binutils you wish to use.
index 2e09ba7a9a098d3eb789fb671a85bec7adbc5c62..768f084111d57398e0c9d62a366fdcb1e39975ba 100644 (file)
@@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
 ifeq ($(BR2_arc),y)
 BINUTILS_VERSION = arc-2017.03
 else
-BINUTILS_VERSION = 2.27
+BINUTILS_VERSION = 2.28.1
 endif
 endif # BINUTILS_VERSION