package/binutils: switch to use 2.32 as the default version
authorRomain Naour <romain.naour@gmail.com>
Sat, 30 Nov 2019 15:17:51 +0000 (16:17 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 2 Dec 2019 12:50:10 +0000 (13:50 +0100)
Now that binutils 2.33.1 has been released, it is time to move to
binutils 2.32 as the default binutils version, instead of 2.31.1.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/binutils/Config.in.host
package/binutils/binutils.mk

index cf2542a8c6954219d887a6c59a411b084c8486fc..b63f63d962312bfb983a7daa7bd2a38b23778fdf 100644 (file)
@@ -7,7 +7,7 @@ config BR2_PACKAGE_HOST_BINUTILS_SUPPORTS_CFI
 
 choice
        prompt "Binutils Version"
-       default BR2_BINUTILS_VERSION_2_31_X if !BR2_arc && !BR2_csky
+       default BR2_BINUTILS_VERSION_2_32_X if !BR2_arc && !BR2_csky
        default BR2_BINUTILS_VERSION_ARC if BR2_arc
        default BR2_BINUTILS_VERSION_CSKY if BR2_csky
        help
index f492be83831b65f13d702513f5a308c2e2b4b159..a19d6940f7c1834bb409c438c5b506c0472c7aa8 100644 (file)
@@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
 ifeq ($(BR2_arc),y)
 BINUTILS_VERSION = arc-2019.09-rc1
 else
-BINUTILS_VERSION = 2.31.1
+BINUTILS_VERSION = 2.32
 endif
 endif # BINUTILS_VERSION