From 9cab1ff08ace3fbca865f43a30331c9e5fb34285 Mon Sep 17 00:00:00 2001 From: Fredrik Holmqvist Date: Fri, 27 Aug 2021 19:59:02 +0200 Subject: [PATCH] [Hack] Add riscv64 and arm64 to gcc recipe While it can't be used as this version don't have correct config for those archs it is needed when building images. See https://github.com/haikuports/haikuports/issues/6136 for info --- sys-devel/gcc/gcc-8.3.0_2019_05_24.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/gcc/gcc-8.3.0_2019_05_24.recipe b/sys-devel/gcc/gcc-8.3.0_2019_05_24.recipe index 91ba37553..c59f70a3c 100644 --- a/sys-devel/gcc/gcc-8.3.0_2019_05_24.recipe +++ b/sys-devel/gcc/gcc-8.3.0_2019_05_24.recipe @@ -13,7 +13,7 @@ CHECKSUM_SHA256="64baadfe6cc0f4947a84cb12d7f0dfaf45bb58b7e92461639596c21e02d97d2 SOURCE_DIR="gcc-$gccVersion" PATCHES="gcc-$portVersion.patchset" -ARCHITECTURES="!x86_gcc2 ?x86 x86_64 ?arm ?ppc sparc m68k" +ARCHITECTURES="!x86_gcc2 ?x86 x86_64 ?arm ?ppc sparc m68k arm64 riscv64" SECONDARY_ARCHITECTURES="x86" libatomicSoVersion="1"