diff --git a/srcpkgs/llvm12/template b/srcpkgs/llvm12/template index ed361b744a8..882217d903e 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}