package/binutils: default to version 2.36.x
Now that we have added version 2.37, it's time to use the 2.36.x series as the default version. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [Arnout: also update default in binutils.mk] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
62f0232980
commit
d974944ce8
@ -7,7 +7,7 @@ config BR2_PACKAGE_HOST_BINUTILS_SUPPORTS_CFI
|
||||
|
||||
choice
|
||||
prompt "Binutils Version"
|
||||
default BR2_BINUTILS_VERSION_2_35_X if !BR2_arc && !BR2_csky
|
||||
default BR2_BINUTILS_VERSION_2_36_X if !BR2_arc && !BR2_csky
|
||||
default BR2_BINUTILS_VERSION_ARC if BR2_arc
|
||||
default BR2_BINUTILS_VERSION_CSKY if BR2_csky
|
||||
help
|
||||
|
@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
|
||||
ifeq ($(BR2_arc),y)
|
||||
BINUTILS_VERSION = arc-2020.09-release
|
||||
else
|
||||
BINUTILS_VERSION = 2.35.2
|
||||
BINUTILS_VERSION = 2.36.1
|
||||
endif
|
||||
endif # BINUTILS_VERSION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user