Rex Dieter b83b6ab
From 3633f35a607872108fdc3ce06914f7d42a4facdf Mon Sep 17 00:00:00 2001
Rex Dieter b83b6ab
From: =?UTF-8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?=
Rex Dieter b83b6ab
 <perezmeyer@gmail.com>
Rex Dieter b83b6ab
Date: Sat, 23 Aug 2014 15:05:34 -0300
Rex Dieter b83b6ab
Subject: [PATCH 66/74] Allow Qt4 to also build in ppc64[el le]
Rex Dieter b83b6ab
Rex Dieter b83b6ab
This simple patch allows ppc64le (aka ppc64el) to build Qt4.
Rex Dieter b83b6ab
Rex Dieter b83b6ab
The original patch was done by Ubuntu's William Grant [0], but
Rex Dieter b83b6ab
I higly doubt this is copyrighteable.
Rex Dieter b83b6ab
Rex Dieter b83b6ab
[0] <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749743#39>
Rex Dieter b83b6ab
Rex Dieter b83b6ab
Change-Id: I4cd204e314789337e34b460dda6e18143e3712ec
Rex Dieter b83b6ab
Reviewed-by: Dmitry Shachnev <mitya57@gmail.com>
Rex Dieter b83b6ab
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Rex Dieter b83b6ab
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Rex Dieter b83b6ab
---
Rex Dieter b83b6ab
 configure | 2 +-
Rex Dieter b83b6ab
 1 file changed, 1 insertion(+), 1 deletion(-)
Rex Dieter b83b6ab
Rex Dieter b83b6ab
diff --git a/configure b/configure
Rex Dieter b83b6ab
index a9ba7c8..ea7cc08 100755
Rex Dieter b83b6ab
--- a/configure
Rex Dieter b83b6ab
+++ b/configure
Rex Dieter b83b6ab
@@ -3229,7 +3229,7 @@ if [ -z "${CFG_HOST_ARCH}" ]; then
Rex Dieter b83b6ab
         fi
Rex Dieter b83b6ab
         CFG_HOST_ARCH=powerpc
Rex Dieter b83b6ab
         ;;
Rex Dieter b83b6ab
-    *:*:ppc64)
Rex Dieter b83b6ab
+    *:*:ppc64*)
Rex Dieter b83b6ab
         if [ "$OPT_VERBOSE" = "yes" ]; then
Rex Dieter b83b6ab
             echo "    64-bit PowerPC (powerpc)"
Rex Dieter b83b6ab
         fi
Rex Dieter b83b6ab
-- 
Rex Dieter b83b6ab
1.9.3
Rex Dieter b83b6ab