This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[hurd,commited 2/2] htl: Fix linking static testcases
- From: Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- To: libc-alpha at sourceware dot org
- Cc: Samuel Thibault <samuel dot thibault at ens-lyon dot org>, commit-hurd at gnu dot org
- Date: Sun, 9 Feb 2020 19:01:41 +0100
- Subject: [hurd,commited 2/2] htl: Fix linking static testcases
- References: <20200209180141.289076-1-samuel.thibault@ens-lyon.org>
They need libpthread.a
---
htl/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/htl/Makefile b/htl/Makefile
index 71b14d5e96..bb9ef5deba 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -207,3 +207,5 @@ $(addprefix $(objpfx), \
$(tests-nolibpthread), \
$(tests) $(xtests) $(test-srcs))): $(objpfx)libpthread.so
endif
+
+$(addprefix $(objpfx),$(tests-static) $(xtests-static)): $(objpfx)libpthread.a
--
2.24.1