package/binutils: switch to 2.35.x as the default version
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 31 Jan 2021 22:33:01 +0000 (23:33 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Feb 2021 17:26:48 +0000 (18:26 +0100)
Now that 2.36 has been released, let's use 2.35.x as the default
binutils version.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/binutils/Config.in.host
package/binutils/binutils.mk

index 237aafc13685e091a2466b85ab5dfa7b094f0ad4..d857c485d3b6e55d94dcffae867f2257ae6e1dda 100644 (file)
@@ -7,7 +7,7 @@ config BR2_PACKAGE_HOST_BINUTILS_SUPPORTS_CFI
 
 choice
        prompt "Binutils Version"
-       default BR2_BINUTILS_VERSION_2_34_X if !BR2_arc && !BR2_csky
+       default BR2_BINUTILS_VERSION_2_35_X if !BR2_arc && !BR2_csky
        default BR2_BINUTILS_VERSION_ARC if BR2_arc
        default BR2_BINUTILS_VERSION_CSKY if BR2_csky
        help
index aff7f4ba86d8851f47d34020f561caadfe582a22..e469febbb4f8aa8e229653895af512c5fb5dd911 100644 (file)
@@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
 ifeq ($(BR2_arc),y)
 BINUTILS_VERSION = arc-2020.09-release
 else
-BINUTILS_VERSION = 2.34
+BINUTILS_VERSION = 2.35.2
 endif
 endif # BINUTILS_VERSION