summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/threadlibs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/threadlibs.c b/tools/threadlibs.c
index a97f91b8..879eda7d 100644
--- a/tools/threadlibs.c
+++ b/tools/threadlibs.c
@@ -29,7 +29,7 @@ int main(void)
# endif
# if (defined(GC_LINUX_THREADS) && !defined(PLATFORM_ANDROID)) \
|| defined(GC_IRIX_THREADS) || defined(GC_DARWIN_THREADS) \
- || defined(GC_AIX_THREADS) || defined(GC_GNU_THREADS)
+ || defined(GC_AIX_THREADS) || (defined(HURD) && defined(GC_THREADS))
# ifdef GC_USE_DLOPEN_WRAP
printf("-ldl ");
# endif