boost: add riscv64 support

This commit is contained in:
John 2023-01-15 13:56:49 +01:00
parent d89d1bb9fa
commit 38936c1533
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ case "$XBPS_TARGET_MACHINE" in
aarch64*) _arch=arm; _abi=aapcs ;;
mips*) _arch=mips32r2; _abi=o32 ;;
ppc*) _arch=power; _abi=sysv ;;
riscv64*) _arch=riscv; _abi=sysv ;;
esac
case "$XBPS_TARGET_MACHINE" in