nodejs: add riscv64

This commit is contained in:
John 2023-01-25 14:37:29 +01:00
parent 38936c1533
commit b885635cf3

View file

@ -67,6 +67,7 @@ do_configure() {
mips*) _args="--dest-cpu=mips" ;;
i686*) _args="--dest-cpu=x86" ;;
x86_64*) _args="--dest-cpu=x86_64" ;;
riscv64*) _args="--dest-cpu=riscv64" ;;
*) msg_error "$pkgver: cannot be cross compiled for ${XBPS_TARGET_MACHINE}.\n" ;;
esac
# this is necessary - for example, normally compiling from ppc64le