From 35ea62b4602e6fde99cabf58d9a6df4770a1f313 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 19 Jul 2021 18:47:17 +0200 Subject: [PATCH] llvm12: add riscv64 arch --- srcpkgs/llvm12/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/llvm12/template b/srcpkgs/llvm12/template index ed361b744a..882217d903 100644 --- a/srcpkgs/llvm12/template +++ b/srcpkgs/llvm12/template @@ -175,6 +175,7 @@ pre_configure() { aarch64*) _arch="AArch64";; mips*) _arch="Mips";; ppc*) _arch="PowerPC";; + riscv64*) _arch="RISCV64";; esac triplet=${XBPS_CROSS_TRIPLET:-$XBPS_TRIPLET}