From 36009d6b8f040b0c2731c05d4911b5c95b5a7326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?= Date: Sat, 15 Mar 2014 09:47:29 -0300 Subject: Create the 64 bits version strings for MIPS, SPARC and S390 Note that the specialization has to be declared before the common arch because of how qprocessordetection.h sets this variables. Else you would still get mips on a mips64 system. Change-Id: Ief949a5d30aa217c4bfda2d674ec2683e6c130c4 Reviewed-by: Thiago Macieira --- config.tests/arch/arch.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.tests') diff --git a/config.tests/arch/arch.cpp b/config.tests/arch/arch.cpp index b3c0d3b7d2..e08183c193 100644 --- a/config.tests/arch/arch.cpp +++ b/config.tests/arch/arch.cpp @@ -61,14 +61,20 @@ const char msg[] = "==Qt=magic=Qt== Architecture:" "x86_64" #elif defined(Q_PROCESSOR_IA64) "ia64" +#elif defined(Q_PROCESSOR_MIPS_64) +"mips64" #elif defined(Q_PROCESSOR_MIPS) "mips" #elif defined(Q_PROCESSOR_POWER) "power" +#elif defined(Q_PROCESSOR_S390_X) +"s390x" #elif defined(Q_PROCESSOR_S390) "s390" #elif defined(Q_PROCESSOR_SH) "sh" +#elif defined(Q_PROCESSORS_SPARC_64) +"sparc64" #elif defined(Q_PROCESSOR_SPARC) "sparc" #else -- cgit v1.2.3