package/binutils: switch to use 2.34 as the default version
authorRomain Naour <romain.naour@gmail.com>
Fri, 2 Oct 2020 15:57:51 +0000 (17:57 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 8 Oct 2020 19:50:27 +0000 (21:50 +0200)
Now that binutils 2.35.1 has been released, it is time to move to
binutils 2.34 as the default binutils version, instead of 2.33.1.

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

index 1154354aeb1aa326a2c287ffc2f3a6462c6ba1af..728193ed0152916f9f9f8ab56d32d4dd6002a9ac 100644 (file)
@@ -7,7 +7,7 @@ config BR2_PACKAGE_HOST_BINUTILS_SUPPORTS_CFI
 
 choice
        prompt "Binutils Version"
-       default BR2_BINUTILS_VERSION_2_33_X if !BR2_arc && !BR2_csky
+       default BR2_BINUTILS_VERSION_2_34_X if !BR2_arc && !BR2_csky
        default BR2_BINUTILS_VERSION_ARC if BR2_arc
        default BR2_BINUTILS_VERSION_CSKY if BR2_csky
        help
index 326e6e2639c4b6f161cf9cffdf8d6e95ee189627..461bc2b83893a7ea075f58e5e0677fce9b22d094 100644 (file)
@@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
 ifeq ($(BR2_arc),y)
 BINUTILS_VERSION = arc-2020.03-release
 else
-BINUTILS_VERSION = 2.33.1
+BINUTILS_VERSION = 2.34
 endif
 endif # BINUTILS_VERSION