mirror of git://sourceware.org/git/glibc.git
malloc: Fix tst-memalign-3 link against threads
This commit is contained in:
parent
2ed072d201
commit
c999c38f6f
|
@ -190,6 +190,7 @@ $(objpfx)tst-mallocfork2-malloc-hugetlb2: $(shared-thread-library)
|
||||||
$(objpfx)tst-mallocfork3-malloc-hugetlb2: $(shared-thread-library)
|
$(objpfx)tst-mallocfork3-malloc-hugetlb2: $(shared-thread-library)
|
||||||
$(objpfx)tst-malloc-fork-deadlock-malloc-hugetlb2: $(shared-thread-library)
|
$(objpfx)tst-malloc-fork-deadlock-malloc-hugetlb2: $(shared-thread-library)
|
||||||
$(objpfx)tst-malloc-stats-cancellation-malloc-hugetlb2: $(shared-thread-library)
|
$(objpfx)tst-malloc-stats-cancellation-malloc-hugetlb2: $(shared-thread-library)
|
||||||
|
$(objpfx)tst-memalign-3: $(shared-thread-library)
|
||||||
|
|
||||||
# These should be removed by `make clean'.
|
# These should be removed by `make clean'.
|
||||||
extra-objs = mcheck-init.o libmcheck.a
|
extra-objs = mcheck-init.o libmcheck.a
|
||||||
|
|
Loading…
Reference in New Issue