From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Giulio Benetti <giulio.benetti@benettiengineering.com>,
Alexey Brodkin <Alexey.Brodkin@synopsys.com>,
Romain Naour <romain.naour@gmail.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/gcc: fix BR2_GCC_VERSION_ARC definition for gcc 13.x
Date: Sun, 3 Mar 2024 17:08:25 +0100 [thread overview]
Message-ID: <ZeSgeRSJcx8eU3Fp@landeda> (raw)
In-Reply-To: <20240303141003.173987-1-thomas.petazzoni@bootlin.com>
Thomas, All,
On 2024-03-03 15:10 +0100, Thomas Petazzoni via buildroot spake thusly:
> Since the ARC-special GCC version was bumped from gcc 10.x to gcc 13.x
> in commit 045ab73702b8bc09f94ca1f3b8e5bf3acb0b0843 ("toolchain: bump
> ARC toolchain components to arc-2023.09-release"), the
> BR2_GCC_VERSION_ARC option definition is not entirely correct: it
> selects BR2_TOOLCHAIN_GCC_AT_LEAST_10, while it should select
> BR2_TOOLCHAIN_GCC_AT_LEAST_13. This commit fixes this.
>
> Cc: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/gcc/Config.in.host | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
> index fabc6173f5..d294e8da30 100644
> --- a/package/gcc/Config.in.host
> +++ b/package/gcc/Config.in.host
> @@ -13,7 +13,7 @@ config BR2_GCC_VERSION_ARC
> bool "gcc arc (13.1)"
> # Only supported architecture
> depends on BR2_arc
> - select BR2_TOOLCHAIN_GCC_AT_LEAST_10
> + select BR2_TOOLCHAIN_GCC_AT_LEAST_13
>
> config BR2_GCC_VERSION_POWERPC_SPE
> bool "gcc powerpc spe"
> --
> 2.43.0
>
> _______________________________________________
> 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:[~2024-03-03 16:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-03 14:10 [Buildroot] [PATCH] package/gcc: fix BR2_GCC_VERSION_ARC definition for gcc 13.x Thomas Petazzoni via buildroot
2024-03-03 16:08 ` 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=ZeSgeRSJcx8eU3Fp@landeda \
--to=yann.morin.1998@free.fr \
--cc=Alexey.Brodkin@synopsys.com \
--cc=buildroot@buildroot.org \
--cc=giulio.benetti@benettiengineering.com \
--cc=romain.naour@gmail.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