summaryrefslogtreecommitdiff
path: root/xulrunner-24.0-jemalloc-ppc.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-05-16 12:08:20 +0200
committerMartin Stransky <stransky@redhat.com>2018-05-16 12:08:20 +0200
commitface4017f4cd75437ccb0df013c732890bf51961 (patch)
tree5f7c725aa57dfabb492571af74d1a4f2c6d87ae7 /xulrunner-24.0-jemalloc-ppc.patch
parentUpdated to Firefox 60 build 2 (diff)
downloadlibrewolf-fedora-ff-face4017f4cd75437ccb0df013c732890bf51961.tar.gz
librewolf-fedora-ff-face4017f4cd75437ccb0df013c732890bf51961.tar.bz2
librewolf-fedora-ff-face4017f4cd75437ccb0df013c732890bf51961.zip
Disabled jemalloc on second arches
Diffstat (limited to 'xulrunner-24.0-jemalloc-ppc.patch')
-rw-r--r--xulrunner-24.0-jemalloc-ppc.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/xulrunner-24.0-jemalloc-ppc.patch b/xulrunner-24.0-jemalloc-ppc.patch
deleted file mode 100644
index 2e72a6d..0000000
--- a/xulrunner-24.0-jemalloc-ppc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up firefox-58.0/memory/build/mozjemalloc.cpp.jemalloc-ppc firefox-58.0/memory/build/mozjemalloc.cpp
---- firefox-58.0/memory/build/mozjemalloc.cpp.jemalloc-ppc 2018-01-23 13:12:28.618164403 +0100
-+++ firefox-58.0/memory/build/mozjemalloc.cpp 2018-01-23 13:18:26.638212523 +0100
-@@ -180,7 +180,7 @@ using namespace mozilla;
- // Debug builds are opted out too, for test coverage.
- #ifndef MOZ_DEBUG
- #if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__) && \
-- !defined(__aarch64__)
-+ !defined(__aarch64__) && !defined(__powerpc__)
- #define MALLOC_STATIC_PAGESIZE 1
- #endif
- #endif
bgstack15