automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {micro} sync: update config.guess from upstream


From: Stefano Lattarini
Subject: [FYI] {micro} sync: update config.guess from upstream
Date: Sun, 9 Jun 2013 11:08:29 +0200

* lib/config.guess: Here.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/config.guess | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lib/config.guess b/lib/config.guess
index 120cc0d..516ac6c 100755
--- a/lib/config.guess
+++ b/lib/config.guess
@@ -995,6 +995,12 @@ EOF
     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 ;;
-- 
1.8.3.rc3.8.g5e49f30




reply via email to

[Prev in Thread] Current Thread [Next in Thread]