package/binutils: switch to use 2.33.1 as the default version

Now that binutils 2.34 has been released, it is time to move to
binutils 2.33.1 as the default binutils version, instead of 2.32.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Romain Naour 2020-06-25 14:13:01 +02:00 committed by Thomas Petazzoni
parent 64be43e66b
commit f8eea31056
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ config BR2_PACKAGE_HOST_BINUTILS_SUPPORTS_CFI
choice
prompt "Binutils Version"
default BR2_BINUTILS_VERSION_2_32_X if !BR2_arc && !BR2_csky
default BR2_BINUTILS_VERSION_2_33_X if !BR2_arc && !BR2_csky
default BR2_BINUTILS_VERSION_ARC if BR2_arc
default BR2_BINUTILS_VERSION_CSKY if BR2_csky
help

View File

@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
ifeq ($(BR2_arc),y)
BINUTILS_VERSION = arc-2020.03-release
else
BINUTILS_VERSION = 2.32
BINUTILS_VERSION = 2.33.1
endif
endif # BINUTILS_VERSION