configure/autoconf-cache: fix ppc and add ppcle
This commit is contained in:
parent
2357578d15
commit
472b244572
3 changed files with 14 additions and 28 deletions
|
@ -82,14 +82,6 @@ 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
|
||||
|
@ -109,6 +101,20 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
. ${_AUTOCONFCACHEDIR}/powerpc64-linux
|
||||
;;
|
||||
|
||||
ppcle*)
|
||||
. ${_AUTOCONFCACHEDIR}/endian-little
|
||||
. ${_AUTOCONFCACHEDIR}/powerpc-common
|
||||
. ${_AUTOCONFCACHEDIR}/powerpc-linux
|
||||
. ${_AUTOCONFCACHEDIR}/powerpc32-linux
|
||||
;;
|
||||
|
||||
ppc*)
|
||||
. ${_AUTOCONFCACHEDIR}/endian-big
|
||||
. ${_AUTOCONFCACHEDIR}/powerpc-common
|
||||
. ${_AUTOCONFCACHEDIR}/powerpc-linux
|
||||
. ${_AUTOCONFCACHEDIR}/powerpc32-linux
|
||||
;;
|
||||
|
||||
*) ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue