From 44b1c5dde2dfbb69a29cbd4ad8d1f0ac0203b482 Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Thu, 22 Nov 2012 17:29:04 +0100 Subject: BlackBerry mkspecs: tell compiler the specific ARM version (cortex-a9) ... so the compiler knows which instructions to generate and can optimize for the specific CPU. All BlackBerry platforms are Cortex-A9 compatible. Change-Id: I3fd22e63af12f704365f494bbb7138963b4c4ec7 Reviewed-by: Sean Harmer --- mkspecs/blackberry-armv7le-qcc/qmake.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mkspecs') diff --git a/mkspecs/blackberry-armv7le-qcc/qmake.conf b/mkspecs/blackberry-armv7le-qcc/qmake.conf index 2886527a5c..b88b4dbfcd 100644 --- a/mkspecs/blackberry-armv7le-qcc/qmake.conf +++ b/mkspecs/blackberry-armv7le-qcc/qmake.conf @@ -15,4 +15,6 @@ contains(QT_CONFIG, stack-protector-strong) { QMAKE_CFLAGS += -fstack-protector -fstack-protector-all } +QMAKE_CFLAGS += -mcpu=cortex-a9 + include(../common/qcc-base-qnx-armv7le.conf) -- cgit v1.2.3