Do not use JIT on big endian architectures
authorAllan Sandfeld Jensen <allan.jensen@digia.com>
Fri, 10 Oct 2014 12:50:18 +0000 (14:50 +0200)
committerFelix Geyer <fgeyer@debian.org>
Wed, 1 Apr 2015 17:44:29 +0000 (17:44 +0000)
commit31e7877e405b2a9ef6651fcb9ad65986f403a54a
tree805242fbc51eec53e8b10140e4dcf9e34e3a3edb
parent0fb86c101ff720b406f024e795a242e1bfa309a2
Do not use JIT on big endian architectures

All the JIT implementations targets the little-endian versions of ARM,
MIPS and SH4 respectively. So in case anyone builds on those platforms
we should not enable JIT.

Task-number: QTBUG-41896
Change-Id: I5be167511e2c3eac6c63e603b82da84fb6b29eaa
Reviewed-by: Julien Brianceau <jbriance@cisco.com>
Reviewed-by: Michael Bruning <michael.bruning@digia.com>
Gbp-Pq: Name do_not_use_jit_on_big_endian_machines.patch
Source/WTF/wtf/Platform.h