mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
htl: Link internal htl tests against libpthread
This commit is contained in:
parent
0cbc855acb
commit
edba4e5f91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user