From: Carsten Schoenert Date: Sat, 5 Oct 2019 13:34:16 +0000 (+0200) Subject: work around a build failure with clang on ppc64el X-Git-Tag: archive/raspbian/1%102.15.1-1_deb11u1+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3bd4da6064ce707cd8f689a64ec0610165aa6fc3;p=thunderbird.git work around a build failure with clang on ppc64el Author: Olivier Tilloy Bug: https://bugzilla.mozilla.org/1555531 Gbp-Pq: Topic porting-ppc64el Gbp-Pq: Name work-around-a-build-failure-with-clang-on-ppc64el.patch --- diff --git a/security/nss/lib/freebl/mpi/mpcpucache.c b/security/nss/lib/freebl/mpi/mpcpucache.c index f09ff34469..225edf2ed0 100644 --- a/security/nss/lib/freebl/mpi/mpcpucache.c +++ b/security/nss/lib/freebl/mpi/mpcpucache.c @@ -705,7 +705,7 @@ s_mpi_getProcessorLineSize() #define MPI_GET_PROCESSOR_LINE_SIZE_DEFINED 1 #endif -#if defined(__ppc64__) +#if 0 /* * Sigh, The PPC has some really nice features to help us determine cache * size, since it had lots of direct control functions to do so. The POWER