From 91f7aa6331dd9cc68da942f3b6b359f057ff9e1a Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 29 Mar 2019 00:00:09 -0400 Subject: WIP: waterfox 56.2.8 rpm rc1 Brought in line with latest chinforpms changes, except for clang and rust using epoch:1 versions. Test to see if this builds. --- waterfox/build-cacheFlush-missing.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 waterfox/build-cacheFlush-missing.patch (limited to 'waterfox/build-cacheFlush-missing.patch') diff --git a/waterfox/build-cacheFlush-missing.patch b/waterfox/build-cacheFlush-missing.patch deleted file mode 100644 index 51c368c..0000000 --- a/waterfox/build-cacheFlush-missing.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up firefox-55.0.3/js/src/jit/ExecutableAllocator.h.wasm firefox-55.0.3/js/src/jit/ExecutableAllocator.h ---- firefox-55.0.3/js/src/jit/ExecutableAllocator.h.wasm 2017-09-05 11:32:12.235909468 +0200 -+++ firefox-55.0.3/js/src/jit/ExecutableAllocator.h 2017-09-05 11:32:46.157916575 +0200 -@@ -219,7 +219,7 @@ class ExecutableAllocator - - static void poisonCode(JSRuntime* rt, JitPoisonRangeVector& ranges); - --#if defined(JS_CODEGEN_X86) || defined(JS_CODEGEN_X64) || defined(JS_SIMULATOR_ARM64) -+#if defined(JS_CODEGEN_X86) || defined(JS_CODEGEN_X64) || defined(JS_SIMULATOR_ARM64) || defined(JS_CODEGEN_NONE) - static void cacheFlush(void*, size_t) - { - } -diff -up firefox-55.0.3/js/src/jit-test/tests/wasm/bench/wasm_box2d.wasm firefox-55.0.3/js/src/jit-test/tests/wasm/bench/wasm_box2d -- cgit