summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-08-23 18:05:34 (GMT)
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-08-29 13:04:35 (GMT)
commit3633f35a607872108fdc3ce06914f7d42a4facdf (patch)
tree8100a2b23aa576f43fedaf062ea66ea0c1513c0c
parent6c3b032693acf86a894a8ea3a30c937a1d08ed7f (diff)
downloadQt-3633f35a607872108fdc3ce06914f7d42a4facdf.zip
Qt-3633f35a607872108fdc3ce06914f7d42a4facdf.tar.gz
Qt-3633f35a607872108fdc3ce06914f7d42a4facdf.tar.bz2
Allow Qt4 to also build in ppc64[el le]
This simple patch allows ppc64le (aka ppc64el) to build Qt4. The original patch was done by Ubuntu's William Grant [0], but I higly doubt this is copyrighteable. [0] <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749743#39> Change-Id: I4cd204e314789337e34b460dda6e18143e3712ec Reviewed-by: Dmitry Shachnev <mitya57@gmail.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a9ba7c8..ea7cc08 100755
--- a/configure
+++ b/configure
@@ -3229,7 +3229,7 @@ if [ -z "${CFG_HOST_ARCH}" ]; then
fi
CFG_HOST_ARCH=powerpc
;;
- *:*:ppc64)
+ *:*:ppc64*)
if [ "$OPT_VERBOSE" = "yes" ]; then
echo " 64-bit PowerPC (powerpc)"
fi