openblas: add riscv64 support to template

This commit is contained in:
John 2023-02-07 16:57:51 +01:00
parent e4241085df
commit 9133ee7908
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ case "${XBPS_TARGET_MACHINE}" in
ppc64le*) make_build_args+=" TARGET=POWER8 DYNAMIC_ARCH=1" ;;
ppc64*) make_build_args+=" TARGET=PPC970MP" ;; # dynamic arch broken for <power6
ppc*) make_build_args+=" TARGET=PPCG4" ;;
riscv64*) make_build_args+=" TARGET=RISCV64_GENERIC DYNAMIC_ARCH=1" ;;
mips*) broken="Not supported" ;;
*) broken="Add your CPU" ;;
esac