summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-08-23 15:05:34 -0300
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-08-29 15:04:35 +0200
commit3633f35a607872108fdc3ce06914f7d42a4facdf (patch)
tree8100a2b23aa576f43fedaf062ea66ea0c1513c0c /configure
parent6c3b032693acf86a894a8ea3a30c937a1d08ed7f (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a9ba7c8ccb..ea7cc088f5 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