Skip to content

Commit

Permalink
base/allocator: Disable ifunc on Musl aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
klzgrad committed Jun 10, 2024
1 parent 2b496e3 commit de08ac9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "partition_alloc/build_config.h"
#include "partition_alloc/partition_alloc_buildflags.h"

#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX)
#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) && !defined(__MUSL__)
#define HAS_HW_CAPS
#endif

Expand Down

0 comments on commit de08ac9

Please sign in to comment.