[Buildroot] [git commit] package/binutils: make 2.43 the default version
Peter Korsgaard
peter at korsgaard.com
Tue Feb 4 09:13:45 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=360fd01de20eb42aa0e6b5e9f7b37eaa104c6fc9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Now that we've added support for binutils 2.44, follow our usual
process of masking the previous release, 2.43, the default one.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
package/binutils/Config.in.host | 2 +-
package/binutils/binutils.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index e2485fc6b5..717d178a9e 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -7,7 +7,7 @@ config BR2_PACKAGE_HOST_BINUTILS_SUPPORTS_CFI
choice
prompt "Binutils Version"
- default BR2_BINUTILS_VERSION_2_42_X if !BR2_arc
+ default BR2_BINUTILS_VERSION_2_43_X if !BR2_arc
default BR2_BINUTILS_VERSION_ARC if BR2_arc
help
Select the version of binutils you wish to use.
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index 3d1f77c8c4..227eeefc4f 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
ifeq ($(BR2_arc),y)
BINUTILS_VERSION = arc-2023.09-release
else
-BINUTILS_VERSION = 2.42
+BINUTILS_VERSION = 2.43
endif
endif # BINUTILS_VERSION
More information about the buildroot
mailing list