From f0d4c378f07195c2313b20c6b7072c1735359814 Mon Sep 17 00:00:00 2001
From: Tavian Barnes <tavianator@tavianator.com>
Date: Tue, 2 Jan 2024 19:31:48 -0500
Subject: config: Don't use target_clones on NetBSD

---
 src/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/config.h b/src/config.h
index 91cef71..7080fb6 100644
--- a/src/config.h
+++ b/src/config.h
@@ -287,7 +287,7 @@ typedef long double max_align_t;
  * Check if function multiversioning via GNU indirect functions (ifunc) is supported.
  */
 #ifndef BFS_USE_TARGET_CLONES
-#  if __has_attribute(target_clones) && (__GLIBC__ || __FreeBSD__ || __NetBSD__)
+#  if __has_attribute(target_clones) && (__GLIBC__ || __FreeBSD__)
 #    define BFS_USE_TARGET_CLONES true
 #  endif
 #endif
-- 
cgit v1.2.3