diff options
author | Martin Stransky <stransky@redhat.com> | 2020-10-07 10:22:49 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-10-07 10:22:49 +0200 |
commit | 2875cd508de555b42c81e91af5e335c880072f92 (patch) | |
tree | f5713b713423057df097cb5b7a29e667f2313c44 /build-jit-atomic-always-lucky.patch | |
parent | Added pgo build fix (diff) | |
download | librewolf-fedora-ff-2875cd508de555b42c81e91af5e335c880072f92.tar.gz librewolf-fedora-ff-2875cd508de555b42c81e91af5e335c880072f92.tar.bz2 librewolf-fedora-ff-2875cd508de555b42c81e91af5e335c880072f92.zip |
Enabled LTO, added build fixes, removed unused patches
Diffstat (limited to 'build-jit-atomic-always-lucky.patch')
-rw-r--r-- | build-jit-atomic-always-lucky.patch | 12 |
1 files changed, 0 insertions, 12 deletions
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 |