common: Add ppc target

This commit is contained in:
Thomas Batten 2018-12-22 10:33:06 +10:30 committed by Helmut Pozimski
parent ce19a79774
commit c785cfd34e
5 changed files with 301 additions and 1 deletions

View file

@ -70,7 +70,7 @@ case "$XBPS_TARGET_MACHINE" in
. ${_AUTOCONFCACHEDIR}/mips-linux
;;
mipshf*)
mipshf*)
. ${_AUTOCONFCACHEDIR}/endian-big
. ${_AUTOCONFCACHEDIR}/mips-common
. ${_AUTOCONFCACHEDIR}/mips-linux
@ -82,6 +82,14 @@ case "$XBPS_TARGET_MACHINE" in
. ${_AUTOCONFCACHEDIR}/mips-linux
;;
ppc|ppc-musl)
. ${_AUTOCONFCACHEDIR}/endian-big
. ${_AUTOCONFCACHEDIR}/ppc-common
. ${_AUTOCONFCACHEDIR}/ppc-linux
;;
x86_64*)
. ${_AUTOCONFCACHEDIR}/endian-little
. ${_AUTOCONFCACHEDIR}/x86_64-linux