From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Giulio Benetti <giulio.benetti@benettiengineering.com>
Cc: Marcus Folkesson <marcus.folkesson@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Kieran Bingham <kieran.bingham@ideasonboard.com>,
Dominik Michael Rauh <dmrauh@posteo.de>,
Maxim Kochetkov <fido_max@inbox.ru>,
Pierre Ducroquet <pinaraf@pinaraf.info>,
buildroot@buildroot.org, Romain Naour <romain.naour@gmail.com>,
Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Subject: Re: [Buildroot] [PATCH 8/8] toolchain: remove binutils bug 27597
Date: Sun, 18 Feb 2024 20:44:25 +0100 [thread overview]
Message-ID: <ZdJeGdKHCcQaMiKM@landeda> (raw)
In-Reply-To: <20240218184536.1922309-9-giulio.benetti@benettiengineering.com>
Giulio, all,
On 2024-02-18 19:45 +0100, Giulio Benetti spake thusly:
> Binutils bug 27597 is not present anymore in Buildroot so let's remove it.
>
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
> toolchain/Config.in | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/toolchain/Config.in b/toolchain/Config.in
> index 407a03c42e..9e6cff1950 100644
> --- a/toolchain/Config.in
> +++ b/toolchain/Config.in
> @@ -71,12 +71,6 @@ source "package/gdb/Config.in.host"
>
> comment "Toolchain Generic Options"
>
> -# https://sourceware.org/bugzilla/show_bug.cgi?id=27597
> -# Affect toolchains built with binutils 2.36.1, still not fixed.
> -config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597
> - bool
> - default y if BR2_nios2
As I suggested in the cover letter, and that I'll duplicate here so it
is recorded with Patchwork, don't remove the symbol. Instead, just drop
the default, and have the sourceery niosII toolchain select it.
Regards,
Yann E. MORIN.
> # https://sourceware.org/bugzilla/show_bug.cgi?id=30730
> # Affect toolchains built with binutils 2.40, still not fixed.
> config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_30730
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-02-18 19:44 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-18 18:45 [Buildroot] [PATCH 0/8] Patch and remove Nios2 binutils bug 27597 Giulio Benetti
2024-02-18 18:45 ` [Buildroot] [PATCH 1/8] package/binutils: add local patches to fix Nios2 " Giulio Benetti
2024-02-18 18:45 ` [Buildroot] [PATCH 2/8] package/gdal: drop nios2 binutils bug 27597 dependency Giulio Benetti
2024-02-18 19:13 ` Yann E. MORIN
2024-02-19 5:47 ` Maxim Kochetkov via buildroot
2024-02-18 18:45 ` [Buildroot] [PATCH 3/8] package/kf5/kf5-kcoreaddons: " Giulio Benetti
2024-02-18 18:45 ` [Buildroot] [PATCH 4/8] package/libcamera: " Giulio Benetti
2024-02-18 18:45 ` [Buildroot] [PATCH 5/8] package/libgeos: " Giulio Benetti
2024-02-19 5:48 ` Maxim Kochetkov via buildroot
2024-02-18 18:45 ` [Buildroot] [PATCH 6/8] package/pistache: " Giulio Benetti
2024-02-18 18:45 ` [Buildroot] [PATCH 7/8] package/postgis: " Giulio Benetti
2024-02-19 5:48 ` Maxim Kochetkov via buildroot
2024-02-18 18:45 ` [Buildroot] [PATCH 8/8] toolchain: remove binutils bug 27597 Giulio Benetti
2024-02-18 19:44 ` Yann E. MORIN [this message]
2024-02-18 19:26 ` [Buildroot] [PATCH 0/8] Patch and remove Nios2 " Yann E. MORIN
2024-02-18 22:05 ` Thomas Petazzoni via buildroot
2024-02-18 22:28 ` Giulio Benetti
2024-02-19 1:20 ` Vincent Fazio
2024-02-21 21:39 ` [Buildroot] [PATCH v2 0/9] " Giulio Benetti
2024-02-21 21:39 ` [Buildroot] [PATCH v2 1/9] toolchain/toolchain-external: drop external codesourcery niosII toolchain Giulio Benetti
2024-02-21 21:39 ` [Buildroot] [PATCH v2 2/9] package/binutils: add local patches to fix Nios2 bug 27597 Giulio Benetti
2024-02-21 21:39 ` [Buildroot] [PATCH v2 3/9] package/gdal: drop nios2 binutils bug 27597 dependency Giulio Benetti
2024-02-21 21:40 ` [Buildroot] [PATCH v2 4/9] package/kf5/kf5-kcoreaddons: " Giulio Benetti
2024-02-21 21:40 ` [Buildroot] [PATCH v2 5/9] package/libcamera: " Giulio Benetti
2024-02-21 21:40 ` [Buildroot] [PATCH v2 6/9] package/libgeos: " Giulio Benetti
2024-02-21 21:40 ` [Buildroot] [PATCH v2 7/9] package/pistache: " Giulio Benetti
2024-02-21 21:40 ` [Buildroot] [PATCH v2 8/9] package/postgis: " Giulio Benetti
2024-02-21 21:40 ` [Buildroot] [PATCH v2 9/9] toolchain: remove binutils bug 27597 Giulio Benetti
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=ZdJeGdKHCcQaMiKM@landeda \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=dmrauh@posteo.de \
--cc=fido_max@inbox.ru \
--cc=giulio.benetti@benettiengineering.com \
--cc=kieran.bingham@ideasonboard.com \
--cc=marcus.folkesson@gmail.com \
--cc=pinaraf@pinaraf.info \
--cc=romain.naour@gmail.com \
--cc=thomas.de_schampheleire@nokia.com \
--cc=thomas.petazzoni@bootlin.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox