qt5base-lts/src
Richard Moe Gustavsen 526eaeea09 qprocessordetection: add armv7s
Xcode builds projects for armv7s if a compatible device is set as
target device. If trying to include <QtCore/QtCore> into such
projects, the build fails complaining about "the usage of sizeof missing
QMutexData definition in qgenericatomic.h"

The reason is that qprocessdetection.h fails to pick up that we're
building for ARM, and includes qatomic_gcc.h instead of qatomic_armv7.h.
So we need to check for __ARM_ARCH_7S__ as well. In addition,
iPhoneOS6.1.sdk/usr/include/arm/arch.h will define _ARM_ARCH_7 if
any of the more specic ARM defines are defined, so I add this check
as well to more easy support new version of ARM7.

Change-Id: Ic51a4d7ac99f7f6ba1065f870b3ef82d1250b56c
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2013-04-19 12:03:36 +02:00
..
3rdparty Fixed CE build of sqlite3 2013-04-16 19:45:11 +02:00
android Remove dead code 2013-04-15 13:19:01 +02:00
angle ANGLE: Use rtti_off in CONFIG only for release 2013-04-11 16:09:13 +02:00
concurrent Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
corelib qprocessordetection: add armv7s 2013-04-19 12:03:36 +02:00
dbus Mark as unused the private members that aren't and CANNOT be used 2013-04-15 15:32:40 +02:00
gui Add the GL headers to cmake variables. 2013-04-19 12:03:36 +02:00
network SSL internals: fix memory corruption using QSslConfigurationPrivate 2013-04-18 22:02:18 +02:00
opengl Make QGLPaintEngine work on retina displays. 2013-04-15 10:28:00 +02:00
openglextensions Make sure that we #include qconfig.h before testing for features. 2013-03-19 07:02:57 +01:00
platformsupport Make password mask characters themeable. 2013-04-19 09:57:09 +02:00
plugins iOS: use an explicit pointer to qiosViewController 2013-04-19 12:03:36 +02:00
printsupport QPrinter - Fix doc errors 2013-04-12 11:46:01 +02:00
sql Use Q_DECLARE_PRIVATE for Oracle and DB2 plugins 2013-04-09 10:21:26 +02:00
testlib Fix the QTouchEventSequence code snippet so that it compiles 2013-04-18 09:18:43 +02:00
tools qdoc: Include words from the module name as tags in example manifest 2013-04-19 09:57:09 +02:00
widgets Make password mask characters themeable. 2013-04-19 09:57:09 +02:00
winmain fix path adjustments in installed metafiles 2013-01-30 15:43:00 +01:00
xml Mark as unused the private members that aren't and CANNOT be used 2013-04-15 15:32:40 +02:00
src.pro make bootstrapping of qdoc optional 2013-04-03 00:37:48 +02:00