openblas: add support for ppc64 targets
This commit is contained in:
@@ -22,6 +22,8 @@ case "${XBPS_TARGET_MACHINE}" in
|
|||||||
aarch64*) make_build_args+=" TARGET=ARMV8" ;;
|
aarch64*) make_build_args+=" TARGET=ARMV8" ;;
|
||||||
i686*) make_build_args+=" BINARY=32 DYNAMIC_ARCH=1" ;;
|
i686*) make_build_args+=" BINARY=32 DYNAMIC_ARCH=1" ;;
|
||||||
x86_64*) make_build_args+=" BINARY=64 DYNAMIC_ARCH=1" ;;
|
x86_64*) make_build_args+=" BINARY=64 DYNAMIC_ARCH=1" ;;
|
||||||
|
ppc64le*) make_build_args+=" TARGET=POWER8" ;;
|
||||||
|
ppc64*) make_build_args+=" TARGET=POWER6" ;;
|
||||||
mips*) broken="Not supported" ;;
|
mips*) broken="Not supported" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user