erlang: disable hipe for all ppc64

This commit is contained in:
q66 2021-03-26 21:54:10 +01:00
parent 7128e96ea8
commit 4a41f69e44

View file

@ -24,7 +24,7 @@ if [ -z "$CROSS_BUILD" ]; then
fi
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args+=" --disable-hipe" ;;
ppc64*|*-musl) configure_args+=" --disable-hipe" ;;
esac
pre_configure() {