musl: allocator: Disable ifunc on aarch64
parent
6f81b8d863
commit
2896ccb364
|
@ -10,7 +10,9 @@
|
||||||
#include "partition_alloc/build_config.h"
|
#include "partition_alloc/build_config.h"
|
||||||
#include "partition_alloc/buildflags.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
|
#define HAS_HW_CAPS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue