mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
[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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user