package/binutils: switch to use 2.31.x as the default version
authorRomain Naour <romain.naour@gmail.com>
Tue, 12 Mar 2019 23:08:35 +0000 (00:08 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 14 Mar 2019 21:16:27 +0000 (22:16 +0100)
Now that binutils 2.32 has been released, it is time to move to
binutils 2.31.x as the default binutils version, instead of 2.29.1.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/binutils/Config.in.host
package/binutils/binutils.mk

index 9a2b27c55ed7a8f5f522d1d8041bf5ab1c585e98..84855681707332d25fd5c8c5fd441ecfb5eff64b 100644 (file)
@@ -10,7 +10,7 @@ choice
        prompt "Binutils Version"
        default BR2_BINUTILS_VERSION_2_28_X if BR2_ARM_INSTRUCTIONS_THUMB
        default BR2_BINUTILS_VERSION_2_28_X if BR2_ARM_INSTRUCTIONS_THUMB2
-       default BR2_BINUTILS_VERSION_2_29_X if !BR2_arc
+       default BR2_BINUTILS_VERSION_2_31_X if !BR2_arc
        default BR2_BINUTILS_VERSION_ARC if BR2_arc
        help
          Select the version of binutils you wish to use.
index 4531b8d9c858d8db2056b7e071ec8b25bb476790..6798356ff2f2fa56e44b05801adab29941882b59 100644 (file)
@@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
 ifeq ($(BR2_arc),y)
 BINUTILS_VERSION = arc-2018.09-release
 else
-BINUTILS_VERSION = 2.29.1
+BINUTILS_VERSION = 2.31.1
 endif
 endif # BINUTILS_VERSION