diff mbox series

package/gcc: Enable ARC HS rel 3.10 in vanilla GCC 13+

Message ID 20240102132843.587559-1-abrodkin@synopsys.com
State Accepted
Headers show
Series package/gcc: Enable ARC HS rel 3.10 in vanilla GCC 13+ | expand

Commit Message

Alexey Brodkin Jan. 2, 2024, 1:28 p.m. UTC
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(-)

Comments

Thomas Petazzoni Jan. 2, 2024, 8:23 p.m. UTC | #1
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
diff mbox series

Patch

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