From: Carsten Schoenert Date: Thu, 31 Jan 2019 16:46:10 +0000 (+0100) Subject: powerpc: Don't use static page sizes on powerpc X-Git-Tag: archive/raspbian/1%60.8.0-1_deb10u1+rpi1^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6cd07bd83bf32035f9e6001706ca5bb2205bb3a1;p=thunderbird.git powerpc: Don't use static page sizes on powerpc Gbp-Pq: Topic porting-powerpc Gbp-Pq: Name powerpc-Don-t-use-static-page-sizes-on-powerpc.patch --- diff --git a/memory/build/mozjemalloc.cpp b/memory/build/mozjemalloc.cpp index db9f6a3613..854b4f1351 100644 --- a/memory/build/mozjemalloc.cpp +++ b/memory/build/mozjemalloc.cpp @@ -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