From: Debian Qt/KDE Maintainers Date: Thu, 26 Oct 2017 13:27:02 +0000 (+0100) Subject: disable_jit_on_mips X-Git-Tag: archive/raspbian/5.9.2-3+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8204821ddd42d781738ac738247f2933c11f51d2;p=qtdeclarative-opensource-src.git disable_jit_on_mips Gbp-Pq: Name disable_jit_on_mips.patch --- diff --git a/src/qml/jsruntime/qv4global_p.h b/src/qml/jsruntime/qv4global_p.h index 3abda68ae..48171dc61 100644 --- a/src/qml/jsruntime/qv4global_p.h +++ b/src/qml/jsruntime/qv4global_p.h @@ -107,7 +107,7 @@ inline double trunc(double d) { return d > 0 ? floor(d) : ceil(d); } # if defined(Q_OS_LINUX) # define V4_ENABLE_JIT # endif -#elif defined(Q_PROCESSOR_MIPS_32) && defined(Q_OS_LINUX) +#elif defined(Q_PROCESSOR_MIPS_32) && 0 # define V4_ENABLE_JIT #endif