Fix build on ARM in ARM mode (instead of thumb2)
authorSimon Hausmann <simon.hausmann@digia.com>
Wed, 16 Oct 2013 15:18:29 +0000 (17:18 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 17 Oct 2013 09:36:32 +0000 (11:36 +0200)
commit3cbc607b74a1fc410689472d8821771377fcc786
tree1a6343905f21b2ef4164fb1be6c91a85ec14a854
parenta443af35591224667fd681462b3446fad834a6ef
Fix build on ARM in ARM mode (instead of thumb2)

We don't support the traditional ARM assembler (yet), only JIT on thumb2.  In
order for us to reliably check that, we have to wait until the pre-processor
runs, which this patch achieves by moving all JIT enable/disable decisions into
qv4global_p.h

Change-Id: I7eff5b4fbf1cd26297a08dee16984ad867358113
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/3rdparty/masm/masm-defs.pri
src/3rdparty/masm/masm.pri
src/3rdparty/masm/wtf/Platform.h
src/qml/compiler/compiler.pri
src/qml/compiler/qv4isel_masm.cpp
src/qml/compiler/qv4isel_masm_p.h
src/qml/jsruntime/qv4global_p.h