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
parent
d29421dbe3
commit
44b1c5dde2
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue