From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Cc: Romain Naour <romain.naour@gmail.com>,
Giulio Benetti <giulio.benetti@benettiengineering.com>,
"Yann E . MORIN" <yann.morin.1998@free.fr>,
Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
Subject: [Buildroot] [PATCH 3/4] package/binutils: switch to 2.40.x as the default version
Date: Tue, 1 Aug 2023 22:21:39 +0200 [thread overview]
Message-ID: <20230801202141.2957846-3-bernd@kuhls.net> (raw)
In-Reply-To: <20230801202141.2957846-1-bernd@kuhls.net>
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>
---
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 6d2b436d6b..7a54660c46 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -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.
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index 48a036651c..ecb00077d6 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-2020.09-release
else
-BINUTILS_VERSION = 2.39
+BINUTILS_VERSION = 2.40
endif
endif # BINUTILS_VERSION
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-08-01 20:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-01 20:21 [Buildroot] [PATCH 1/4] package/ffmpeg: fix build with binutils >= 2.41 Bernd Kuhls
2023-08-01 20:21 ` [Buildroot] [PATCH 2/4] package/{binutils, libiberty}: add support for version 2.41 Bernd Kuhls
2023-08-01 20:21 ` Bernd Kuhls [this message]
2023-08-01 20:21 ` [Buildroot] [PATCH 4/4] package/binutils: drop 2.38.x series Bernd Kuhls
2023-08-01 21:13 ` [Buildroot] [PATCH 1/4] package/ffmpeg: fix build with binutils >= 2.41 Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230801202141.2957846-3-bernd@kuhls.net \
--to=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
--cc=giulio.benetti@benettiengineering.com \
--cc=mahyar.koshkouei@gmail.com \
--cc=romain.naour@gmail.com \
--cc=yann.morin.1998@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.