mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess (ppc64le:Linux:*:*, ppcle:Linux:*:*): New.
Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
20f0b7ebd0
commit
29900d3bff
@ -1,3 +1,7 @@
|
|||||||
|
2013-06-06 Anton Blanchard <anton@samba.org>
|
||||||
|
|
||||||
|
* config.guess (ppc64le:Linux:*:*, ppcle:Linux:*:*): New.
|
||||||
|
|
||||||
2013-05-16 Mike Frysinger <vapier@gentoo.org>
|
2013-05-16 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.guess (s390:Linux:*:*|s390x:Linux:*:*): s390 targets
|
* config.guess (s390:Linux:*:*|s390x:Linux:*:*): s390 targets
|
||||||
|
6
config.guess
vendored
6
config.guess
vendored
@ -995,6 +995,12 @@ EOF
|
|||||||
ppc:Linux:*:*)
|
ppc:Linux:*:*)
|
||||||
echo powerpc-unknown-linux-${LIBC}
|
echo powerpc-unknown-linux-${LIBC}
|
||||||
exit ;;
|
exit ;;
|
||||||
|
ppc64le:Linux:*:*)
|
||||||
|
echo powerpc64le-unknown-linux-${LIBC}
|
||||||
|
exit ;;
|
||||||
|
ppcle:Linux:*:*)
|
||||||
|
echo powerpcle-unknown-linux-${LIBC}
|
||||||
|
exit ;;
|
||||||
s390:Linux:*:* | s390x:Linux:*:*)
|
s390:Linux:*:* | s390x:Linux:*:*)
|
||||||
echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
|
echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
|
||||||
exit ;;
|
exit ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user