summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-03-14 19:19:44 -0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-03 07:42:32 +0200
commit00cfcfefb353b7157b0d206fca68bd614c558ca6 (patch)
tree50e70f26b6d6ea4269b1c4dda44e81463d75ac9d /src
parentc9241a1a7baaef1fb5f61f28eea32ae75210e07d (diff)
Enable s390[x] detection.
It has been working in Debian for some time. Change-Id: Ib5741a4ba68bf95c7020336c84bc66257ff27809 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qprocessordetection.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/corelib/global/qprocessordetection.h b/src/corelib/global/qprocessordetection.h
index cf7ee1b7aa..384df8fd54 100644
--- a/src/corelib/global/qprocessordetection.h
+++ b/src/corelib/global/qprocessordetection.h
@@ -269,12 +269,12 @@
S390 is big-endian.
*/
-// #elif defined(__s390__)
-// # define Q_PROCESSOR_S390
-// # if defined(__s390x__)
-// # define Q_PROCESSOR_S390_X
-// # endif
-// # define Q_BYTE_ORDER Q_BIG_ENDIAN
+#elif defined(__s390__)
+# define Q_PROCESSOR_S390
+# if defined(__s390x__)
+# define Q_PROCESSOR_S390_X
+# endif
+# define Q_BYTE_ORDER Q_BIG_ENDIAN
/*
SuperH family, optional revision: SH-4A