From 1f8dc875aee597d615d2b8694881e2faa26bddf9 Mon Sep 17 00:00:00 2001 From: Carsten Schoenert Date: Thu, 31 Jan 2019 17:46:10 +0100 Subject: [PATCH] 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 --- memory/build/mozjemalloc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2