package/binutils: switch to 2.40.x as the default version
Now that 2.41 has been released, let's use 2.40.x as the default binutils version. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
ec9d16b904
commit
35656482d3
@ -10,7 +10,7 @@ config BR2_PACKAGE_BINUTILS_HAS_LIBSFRAME
|
||||
|
||||
choice
|
||||
prompt "Binutils Version"
|
||||
default BR2_BINUTILS_VERSION_2_39_X if !BR2_arc
|
||||
default BR2_BINUTILS_VERSION_2_40_X if !BR2_arc
|
||||
default BR2_BINUTILS_VERSION_ARC if BR2_arc
|
||||
help
|
||||
Select the version of binutils you wish to use.
|
||||
|
@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
|
||||
ifeq ($(BR2_arc),y)
|
||||
BINUTILS_VERSION = arc-2020.09-release
|
||||
else
|
||||
BINUTILS_VERSION = 2.39
|
||||
BINUTILS_VERSION = 2.40
|
||||
endif
|
||||
endif # BINUTILS_VERSION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user