From 3cb078a23cb8b86169bd9d8259f5658be0c2082e Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Fri, 17 Feb 2012 14:17:54 +0100 Subject: Rename Q_PROCESSOR_POWERPC to Q_PROCESSOR_POWER IBM's POWER and the PowerPC architecture have been merged into a single ISA, the Power ISA (see http://www.power.org). Use this unified name in Qt. Change-Id: Ia41492b0031d890843e43c5f7ecd1e60c65bb75b Reviewed-by: Thiago Macieira --- src/corelib/global/qglobal.cpp | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'src/corelib/global/qglobal.cpp') diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index 44d44b2cdb..eea4397dcd 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -1489,18 +1489,27 @@ bool qSharedBuild() */ /*! - \macro Q_PROCESSOR_POWERPC + \macro Q_PROCESSOR_POWER \relates - Defined if the application is compiled for PowerPC processors. Qt currently - supports one optional PowerPC variant: \l Q_PROCESSOR_POWERPC_64. + Defined if the application is compiled for POWER processors. Qt currently + supports two Power variants: \l Q_PROCESSOR_POWER_32 and \l + Q_PROCESSOR_POWER_64. */ /*! - \macro Q_PROCESSOR_POWERPC_64 + \macro Q_PROCESSOR_POWER_32 \relates - Defined if the application is compiled for 64-bit PowerPC processors. The - \l Q_PROCESSOR_POWERPC macro is also defined when Q_PROCESSOR_POWERPC_64 is + Defined if the application is compiled for 32-bit Power processors. The \l + Q_PROCESSOR_POWER macro is also defined when Q_PROCESSOR_POWER_32 is + defined. +*/ +/*! + \macro Q_PROCESSOR_POWER_64 + \relates + + Defined if the application is compiled for 64-bit Power processors. The \l + Q_PROCESSOR_POWER macro is also defined when Q_PROCESSOR_POWER_64 is defined. */ -- cgit v1.2.3