llvm12: add riscv64 arch

This commit is contained in:
q66 2021-07-19 18:47:17 +02:00
parent 555b8051e6
commit 35ea62b460

View file

@ -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}