summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/openjfx/files/8/07-disable-assembler-on-unsupported-archs.patch')
-rw-r--r--dev-java/openjfx/files/8/07-disable-assembler-on-unsupported-archs.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-java/openjfx/files/8/07-disable-assembler-on-unsupported-archs.patch b/dev-java/openjfx/files/8/07-disable-assembler-on-unsupported-archs.patch
deleted file mode 100644
index 551a1e82ba50..000000000000
--- a/dev-java/openjfx/files/8/07-disable-assembler-on-unsupported-archs.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Disable assembler in WebKit on unsupported architectures
-Author: Emmanuel Bourg <ebourg@apache.org>
-Forwarded: no
---- a/modules/web/src/main/native/Source/WTF/wtf/Platform.h
-+++ b/modules/web/src/main/native/Source/WTF/wtf/Platform.h
-@@ -325,6 +325,12 @@
- #define WTF_CPU_NEEDS_ALIGNED_ACCESS 1
- #endif
-
-+#if !CPU(ARM_THUMB2) && !CPU(ARM_TRADITIONAL) && !CPU(MIPS) && !CPU(X86) && !CPU(X86_64) && !CPU(SH4)
-+#define ENABLE_ASSEMBLER 0
-+#define ENABLE_JIT 0
-+#define ENABLE_YARR_JIT 0
-+#endif
-+
- /* ==== OS() - underlying operating system; only to be used for mandated low-level services like
- virtual memory, not to choose a GUI toolkit ==== */
-