mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/binutils: make binutils 2.46.1 be the default
Now that support for binutils 2.47 has been introduced, we follow our policy of making binutils 2.46.1 the default version. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
a4c3a288e6
commit
c70effd711
@@ -7,7 +7,7 @@ config BR2_PACKAGE_HOST_BINUTILS_SUPPORTS_CFI
|
||||
|
||||
choice
|
||||
prompt "Binutils Version"
|
||||
default BR2_BINUTILS_VERSION_2_45_X
|
||||
default BR2_BINUTILS_VERSION_2_46_X
|
||||
help
|
||||
Select the version of binutils you wish to use.
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
# If not, we do like other packages
|
||||
BINUTILS_VERSION = $(call qstrip,$(BR2_BINUTILS_VERSION))
|
||||
ifeq ($(BINUTILS_VERSION),)
|
||||
BINUTILS_VERSION = 2.45.1
|
||||
BINUTILS_VERSION = 2.46.1
|
||||
endif # BINUTILS_VERSION
|
||||
|
||||
BINUTILS_SITE ?= $(BR2_GNU_MIRROR)/binutils
|
||||
|
||||
Reference in New Issue
Block a user