summaryrefslogtreecommitdiff
path: root/devel/pcre2/files/patch-src_sljit_sljitConfigInternal.h
blob: 7d14d71c3d8636864db71b2d18fcc40b6f233c71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/sljit/sljitConfigInternal.h.orig	2022-05-02 15:22:09 UTC
+++ src/sljit/sljitConfigInternal.h
@@ -333,7 +333,7 @@ extern "C" {
  * beware APPLE is known to have removed the code in iOS so
  * it will need to be excempted or result in broken builds
  */
-#if (!defined SLJIT_CACHE_FLUSH && defined __has_builtin)
+#if (!defined SLJIT_CACHE_FLUSH && defined __has_builtin && !defined SLJIT_CONFIG_PPC_32)
 #if __has_builtin(__builtin___clear_cache) && !defined(__clang__)
 
 /*