Commit 9c5ff1e6 authored by Simon Hausmann's avatar Simon Hausmann Committed by The Qt Project
Browse files

Fix ARM thumb2 mode detection


__TARGET_ARCH_THUMB may not always be defined, but __thumb2__ for example
is also a good indicator that we can generated and run thumb2 code and
thus enable the JIT.

Change-Id: I987d0af5883d9bb844c4c99a0691a12aedc94ff5
Reviewed-by: default avatarLars Knoll <lars.knoll@digia.com>
parent 2ec14c7b
No related merge requests found
Showing with 5 additions and 1 deletion
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