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.7.2-1+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=918b9ce446345e90d2f48bc25c48d4d6e4078a79;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