package/binutils: make 2.41 the default version
Now that 2.42 has been introduced, let's make 2.41 the latest version, following the traditional Buildroot policy. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
ae910aac62
commit
e88225ed88
@ -10,7 +10,7 @@ config BR2_PACKAGE_BINUTILS_HAS_NO_LIBSFRAME
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Binutils Version"
|
prompt "Binutils Version"
|
||||||
default BR2_BINUTILS_VERSION_2_40_X if !BR2_arc
|
default BR2_BINUTILS_VERSION_2_41_X if !BR2_arc
|
||||||
default BR2_BINUTILS_VERSION_ARC if BR2_arc
|
default BR2_BINUTILS_VERSION_ARC if BR2_arc
|
||||||
help
|
help
|
||||||
Select the version of binutils you wish to use.
|
Select the version of binutils you wish to use.
|
||||||
|
@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
|
|||||||
ifeq ($(BR2_arc),y)
|
ifeq ($(BR2_arc),y)
|
||||||
BINUTILS_VERSION = arc-2023.09-release
|
BINUTILS_VERSION = arc-2023.09-release
|
||||||
else
|
else
|
||||||
BINUTILS_VERSION = 2.40
|
BINUTILS_VERSION = 2.41
|
||||||
endif
|
endif
|
||||||
endif # BINUTILS_VERSION
|
endif # BINUTILS_VERSION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user