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>
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
ifeq ($(BR2_arc),y)
BINUTILS_VERSION = arc-2020.03-release
else
-BINUTILS_VERSION = 2.33.1
+BINUTILS_VERSION = 2.34
endif
endif # BINUTILS_VERSION