From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Giulio Benetti <giulio.benetti@benettiengineering.com>
Cc: Romain Naour <romain.naour@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] toolchain/Config.in: improve gcc bug 43744 condition
Date: Sat, 30 Jul 2022 18:01:24 +0200 [thread overview]
Message-ID: <20220730160124.GW3168@scaer> (raw)
In-Reply-To: <20220729204457.7266-1-giulio.benetti@benettiengineering.com>
Giulio, All,
On 2022-07-29 22:44 +0200, Giulio Benetti spake thusly:
> This makes the condition easier to read and it's easier to maintain the
> gcc bug too because we don't have to take care about new gcc versions.
>
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Series of two patches applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> toolchain/Config.in | 9 +++------
> 1 file changed, 3 insertions(+), 6 deletions(-)
>
> diff --git a/toolchain/Config.in b/toolchain/Config.in
> index 3cc747c1cc..d2fc347d36 100644
> --- a/toolchain/Config.in
> +++ b/toolchain/Config.in
> @@ -113,12 +113,9 @@ config BR2_TOOLCHAIN_SUPPORTS_VARIADIC_MI_THUNK
> # reappeared on gcc 9.x and is still not fixed on gcc 11.x
> config BR2_TOOLCHAIN_HAS_GCC_BUG_43744
> bool
> - default y if BR2_sh4
> - depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_8 || \
> - BR2_TOOLCHAIN_GCC_AT_LEAST_9 || \
> - BR2_TOOLCHAIN_GCC_AT_LEAST_10 || \
> - BR2_TOOLCHAIN_GCC_AT_LEAST_11 || \
> - BR2_TOOLCHAIN_GCC_AT_LEAST_12
> + default y if !BR2_TOOLCHAIN_GCC_AT_LEAST_8
> + default y if BR2_TOOLCHAIN_GCC_AT_LEAST_9
> + depends on BR2_sh4
>
> # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63261. This bug no
> # longer exists in gcc 8.x.
> --
> 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
prev parent reply other threads:[~2022-07-30 16:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-29 20:44 [Buildroot] [PATCH] toolchain/Config.in: improve gcc bug 43744 condition Giulio Benetti
2022-07-29 20:44 ` [Buildroot] [PATCH] toolchain/Config.in: improve gcc bug 83143 condition Giulio Benetti
2022-07-30 16:01 ` Yann E. MORIN [this message]
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=20220730160124.GW3168@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=giulio.benetti@benettiengineering.com \
--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