mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
llvm12: add riscv64 arch
This commit is contained in:
parent
555b8051e6
commit
35ea62b460
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue