HomeFreeBSD

pcre: fix runtime issues on powerpc

Description

pcre: fix runtime issues on powerpc

In sljitConfigInternal.h, pcre checks for existence of builtin_clear_cache() function.
LLVM provides that function for all platforms, even those that don't have implemented flushing the cache.

This leads to runtime errors on e.g. powerpc (32-bit) with __clear_cache() calling compilerrt_abort(), resulting in SIGABRT.

Details

Provenance
pkubajAuthored on Mar 25 2022, 2:29 PM
Parents
R11:799e562284fd: devel/rkcommon: fix build on non-ARM non-x86
Branches
Unknown
Tags
Unknown