mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-17 08:18:07 -04:00
fix: musl
cannot handle ifunc
needed for target_clones
This commit is contained in:
parent
5db0d1dd8e
commit
531594afd4
@ -33,8 +33,8 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(DWARFS_SANITIZE_THREAD) && defined(__x86_64__) && \
|
||||
__has_attribute(target_clones)
|
||||
#if !defined(DWARFS_SANITIZE_THREAD) && !defined(DWARFS_MUSL) && \
|
||||
defined(__x86_64__) && __has_attribute(target_clones)
|
||||
#define DWARFS_MULTIVERSIONING 1
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user