diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 17:57:27 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 17:57:27 +0000 |
commit | db12905d1db0d73d3399feaeb569119cefd24922 (patch) | |
tree | 6908e9135fa6e58af381da9432f5e5fbfcb47340 /htl | |
parent | 6db1094f7af6ddd7ff37dbba82ff5074871a90d5 (diff) | |
download | glibc-db12905d1db0d73d3399feaeb569119cefd24922.tar glibc-db12905d1db0d73d3399feaeb569119cefd24922.tar.gz glibc-db12905d1db0d73d3399feaeb569119cefd24922.tar.bz2 glibc-db12905d1db0d73d3399feaeb569119cefd24922.zip |
htl: Fix linking static testcases
They need libpthread.a
Diffstat (limited to 'htl')
-rw-r--r-- | htl/Makefile | 2 |
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 |