mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-18 00:40:30 -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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(DWARFS_SANITIZE_THREAD) && defined(__x86_64__) && \
|
#if !defined(DWARFS_SANITIZE_THREAD) && !defined(DWARFS_MUSL) && \
|
||||||
__has_attribute(target_clones)
|
defined(__x86_64__) && __has_attribute(target_clones)
|
||||||
#define DWARFS_MULTIVERSIONING 1
|
#define DWARFS_MULTIVERSIONING 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user