aboutsummaryrefslogtreecommitdiffstats
path: root/community/qt5-qtdeclarative/disable-mips-jit.patch
blob: 445d400a825d3053260b0773ccd4f6eb2fa69c7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/src/qml/jit/qv4targetplatform_p.h
+++ b/src/qml/jit/qv4targetplatform_p.h
@@ -604,7 +604,7 @@
 };
 #endif // ARM64
 
-#if defined(Q_PROCESSOR_MIPS_32) && defined(Q_OS_LINUX)
+#if defined(Q_PROCESSOR_MIPS_32) && defined(Q_OS_LINUX) && 0
 template <>
 class TargetPlatform<JSC::MacroAssemblerMIPS, NoOperatingSystemSpecialization>
 {
--- a/src/qml/jsruntime/qv4global_p.h
+++ b/src/qml/jsruntime/qv4global_p.h
@@ -107,7 +107,7 @@
 #  if defined(Q_OS_LINUX) || defined(Q_OS_QNX)
 #    define V4_ENABLE_JIT
 #  endif
-#elif defined(Q_PROCESSOR_MIPS_32) && defined(Q_OS_LINUX)
+#elif defined(Q_PROCESSOR_MIPS_32) && defined(Q_OS_LINUX) && 0
 #  define V4_ENABLE_JIT
 #endif