mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-05 23:03:38 +03:00
musl: allocator: Disable ifunc on aarch64
This commit is contained in:
parent
daad3ca153
commit
13055b9cde
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@
|
|||
#include "partition_alloc/build_config.h"
|
||||
#include "partition_alloc/buildflags.h"
|
||||
|
||||
#if PA_BUILDFLAG(IS_ANDROID) || PA_BUILDFLAG(IS_LINUX)
|
||||
#if defined(__MUSL__)
|
||||
// Musl does not support ifunc.
|
||||
#elif PA_BUILDFLAG(IS_ANDROID) || PA_BUILDFLAG(IS_LINUX)
|
||||
#define HAS_HW_CAPS
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue