Commit 3cbc607b authored by Simon Hausmann's avatar Simon Hausmann Committed by The Qt Project
Browse files

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: default avatarLars Knoll <lars.knoll@digia.com>
parent a443af35
No related merge requests found
Showing with 54 additions and 34 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment