erlang: disable hipe for all ppc64
This commit is contained in:
parent
7128e96ea8
commit
4a41f69e44
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue