From 2875cd508de555b42c81e91af5e335c880072f92 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 7 Oct 2020 10:22:49 +0200 Subject: Enabled LTO, added build fixes, removed unused patches --- build-jit-atomic-always-lucky.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 build-jit-atomic-always-lucky.patch (limited to 'build-jit-atomic-always-lucky.patch') diff --git a/build-jit-atomic-always-lucky.patch b/build-jit-atomic-always-lucky.patch deleted file mode 100644 index ab99524..0000000 --- a/build-jit-atomic-always-lucky.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up firefox-60.5.0/js/src/jit/AtomicOperations.h.jit-atomic-lucky firefox-60.5.0/js/src/jit/AtomicOperations.h ---- firefox-60.5.0/js/src/jit/AtomicOperations.h.jit-atomic-lucky 2019-01-22 10:20:27.993697161 +0100 -+++ firefox-60.5.0/js/src/jit/AtomicOperations.h 2019-01-22 10:23:15.337873762 +0100 -@@ -394,7 +394,7 @@ inline bool AtomicOperations::isLockfree - #elif defined(__s390__) || defined(__s390x__) - #include "jit/none/AtomicOperations-feeling-lucky.h" - #else --#error "No AtomicOperations support provided for this platform" -+#include "jit/none/AtomicOperations-feeling-lucky.h" - #endif - - #endif // jit_AtomicOperations_h -- cgit