common: Add ppc target
This commit is contained in:
parent
ce19a79774
commit
c785cfd34e
5 changed files with 301 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue