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 <sean.harmer@kdab.com>
bb10
Peter Hartmann 2012-11-22 17:29:04 +01:00 committed by The Qt Project
parent d29421dbe3
commit 44b1c5dde2
1 changed files with 2 additions and 0 deletions

View File

@ -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)