public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [hurd,commited 1/2] htl: Link internal htl tests against libpthread
@ 2020-02-17  0:20 Samuel Thibault
  2020-02-17  0:20 ` [hurd,commited 2/2] x86 tls: Use _Static_assert for TLS access size assertion Samuel Thibault
  0 siblings, 1 reply; 5+ messages in thread
From: Samuel Thibault @ 2020-02-17  0:20 UTC (permalink / raw)
  To: libc-alpha; +Cc: Samuel Thibault, commit-hurd

---
 htl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htl/Makefile b/htl/Makefile
index 39294c64d1..11cf87adc0 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -208,7 +208,7 @@ ifeq (yes,$(build-shared))
 $(addprefix $(objpfx), \
   $(filter-out $(tests-static) $(xtests-static) $(tests-reverse) \
     $(tests-nolibpthread), \
-    $(tests) $(xtests) $(test-srcs))): $(objpfx)libpthread.so
+    $(tests) $(tests-internal) $(xtests) $(test-srcs))): $(objpfx)libpthread.so
 endif
 
 $(addprefix $(objpfx),$(tests-static) $(xtests-static)): $(objpfx)libpthread.a
-- 
2.24.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-02-17 12:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-17  0:20 [hurd,commited 1/2] htl: Link internal htl tests against libpthread Samuel Thibault
2020-02-17  0:20 ` [hurd,commited 2/2] x86 tls: Use _Static_assert for TLS access size assertion Samuel Thibault
2020-02-17  9:43   ` Florian Weimer
2020-02-17 11:52     ` Samuel Thibault
2020-02-17 12:25       ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).