openblas: add riscv64 support to template
This commit is contained in:
parent
e4241085df
commit
9133ee7908
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue