mirror of git://sourceware.org/git/glibc.git
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