1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

malloc: Add missing shared thread library flags

So tst-memalign-3 builds on Hurd.
This commit is contained in:
Adhemerval Zanella
2023-04-19 18:17:20 -03:00
parent 320768a664
commit 0f61cd4b9c

View File

@@ -352,6 +352,7 @@ $(objpfx)tst-malloc-tcache-leak-malloc-hugetlb1: $(shared-thread-library)
$(objpfx)tst-malloc-tcache-leak-malloc-hugetlb2: $(shared-thread-library)
$(objpfx)tst-malloc_info-malloc-hugetlb1: $(shared-thread-library)
$(objpfx)tst-malloc_info-malloc-hugetlb2: $(shared-thread-library)
$(objpfx)tst-memalign-3: $(shared-thread-library)
tst-compathooks-on-ENV = LD_PRELOAD=$(objpfx)libc_malloc_debug.so
tst-compathooks-on-mcheck-ENV = LD_PRELOAD=$(objpfx)libc_malloc_debug.so