summary refs log tree commit diff
path: root/htl
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-09 17:57:27 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-09 17:57:27 +0000
commitdb12905d1db0d73d3399feaeb569119cefd24922 (patch)
tree6908e9135fa6e58af381da9432f5e5fbfcb47340 /htl
parent6db1094f7af6ddd7ff37dbba82ff5074871a90d5 (diff)
downloadglibc-db12905d1db0d73d3399feaeb569119cefd24922.tar.gz
glibc-db12905d1db0d73d3399feaeb569119cefd24922.tar.xz
glibc-db12905d1db0d73d3399feaeb569119cefd24922.zip
htl: Fix linking static testcases
They need libpthread.a
Diffstat (limited to 'htl')
-rw-r--r--htl/Makefile2
1 files changed, 2 insertions, 0 deletions
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