Blame SOURCES/qt-everywhere-opensource-src-4.8-ppc64le_support.patch

39f7a6
--- qt-everywhere-opensource-src-4.8.5/configure	2013-10-10 00:40:17.000000000 +0200
39f7a6
+++ qt-everywhere-opensource-src-4.8.5/configure	2013-10-10 13:47:49.000000000 +0200
39f7a6
@@ -3235,6 +3235,12 @@ if [ -z "${CFG_HOST_ARCH}" ]; then
39f7a6
         fi
39f7a6
         CFG_HOST_ARCH=powerpc
39f7a6
         ;;
39f7a6
+    ppc64le:*:*|*:ppc64le:*|*:*:ppc64le)
39f7a6
+        if [ "$OPT_VERBOSE" = "yes" ]; then
39f7a6
+            echo "    64-bit PowerPC little endian (ppc64le)"
39f7a6
+        fi
39f7a6
+        CFG_HOST_ARCH=powerpc
39f7a6
+        ;;
39f7a6
     *:*:s390*)
39f7a6
     	if [ "$OPT_VERBOSE" = "yes" ]; then
39f7a6
     	    echo "    IBM S/390 (s390)"
39f7a6
@@ -3299,6 +3305,9 @@ if [ "$PLATFORM" != "$XPLATFORM" -a "$CF
39f7a6
     arm*)
39f7a6
         CFG_ARCH=arm
39f7a6
         ;;
39f7a6
+    ppc64le)
39f7a6
+        CFG_ARCH=powerpc
39f7a6
+        ;;
39f7a6
     *)
39f7a6
         CFG_ARCH="$CFG_EMBEDDED"
39f7a6
         ;;