]> sourceware.org Git - glibc.git/commitdiff
htl: Fix linking static testcases
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 9 Feb 2020 17:57:27 +0000 (17:57 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 9 Feb 2020 17:57:27 +0000 (17:57 +0000)
They need libpthread.a

htl/Makefile

index 71b14d5e96877141107743570ed1e605d3460c75..bb9ef5deba5d969bc8a925f7bb128f47279c7bb1 100644 (file)
@@ -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
This page took 0.03575 seconds and 5 git commands to generate.