diff build-aux/config.guess @ 17417:4af247cb0aef

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 07 Jun 2013 06:44:05 -0700
parents ce6c9341404e
children 739d4a81666c
line wrap: on
line diff
--- a/build-aux/config.guess	Wed Jun 05 09:20:15 2013 +0200
+++ b/build-aux/config.guess	Fri Jun 07 06:44:05 2013 -0700
@@ -995,6 +995,12 @@
     ppc:Linux:*:*)
 	echo powerpc-unknown-linux-${LIBC}
 	exit ;;
+    ppc64le:Linux:*:*)
+	echo powerpc64le-unknown-linux-${LIBC}
+	exit ;;
+    ppcle:Linux:*:*)
+	echo powerpcle-unknown-linux-${LIBC}
+	exit ;;
     s390:Linux:*:* | s390x:Linux:*:*)
 	echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
 	exit ;;