All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/gcc: Enable ARC HS rel 3.10 in vanilla GCC 13+
@ 2024-01-02 13:28 Alexey Brodkin via buildroot
  2024-01-02 20:23 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Brodkin via buildroot @ 2024-01-02 13:28 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour, Alexey Brodkin, Yann E . MORIN

For quite some time a special tuning for ARC HS release 3.10
was only implemented in ARC fork of GCC, thus there was a dependency
introduced back in the day, see [1].

But finally that tuning got merged upstream (see [2]) and
so could be used with vanilla GCC starting from version 13.1.

[1] https://git.buildroot.net/buildroot/commit/?id=770c9e5ce3de4ef1743948898a37e9a2ad76ca8f
[2] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=7501eec65c60701f72621d04eeb5342bad2fe4fb

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Romain Naour <romain.naour@gmail.com>
---
 package/gcc/Config.in.host | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index eb553008db..fabc6173f5 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -47,8 +47,6 @@ config BR2_GCC_VERSION_13_X
 	# powerpc spe support has been deprecated since gcc 8.x.
 	# https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html
 	depends on !BR2_POWERPC_CPU_HAS_SPE
-	# ARC HS48 rel 31 only supported by gcc arc fork.
-	depends on !BR2_archs4x_rel31
 	select BR2_TOOLCHAIN_GCC_AT_LEAST_13
 
 endchoice
-- 
2.31.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH] package/gcc: Enable ARC HS rel 3.10 in vanilla GCC 13+
  2024-01-02 13:28 [Buildroot] [PATCH] package/gcc: Enable ARC HS rel 3.10 in vanilla GCC 13+ Alexey Brodkin via buildroot
@ 2024-01-02 20:23 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-01-02 20:23 UTC (permalink / raw)
  To: Alexey Brodkin via buildroot; +Cc: Romain Naour, Alexey Brodkin, Yann E . MORIN

On Tue,  2 Jan 2024 05:28:43 -0800
Alexey Brodkin via buildroot <buildroot@buildroot.org> wrote:

> For quite some time a special tuning for ARC HS release 3.10
> was only implemented in ARC fork of GCC, thus there was a dependency
> introduced back in the day, see [1].
> 
> But finally that tuning got merged upstream (see [2]) and
> so could be used with vanilla GCC starting from version 13.1.
> 
> [1] https://git.buildroot.net/buildroot/commit/?id=770c9e5ce3de4ef1743948898a37e9a2ad76ca8f
> [2] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=7501eec65c60701f72621d04eeb5342bad2fe4fb
> 
> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
> Cc: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Romain Naour <romain.naour@gmail.com>
> ---
>  package/gcc/Config.in.host | 2 --
>  1 file changed, 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-02 20:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-02 13:28 [Buildroot] [PATCH] package/gcc: Enable ARC HS rel 3.10 in vanilla GCC 13+ Alexey Brodkin via buildroot
2024-01-02 20:23 ` Thomas Petazzoni via buildroot

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.