mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 03:33:33 +08:00
malloc: Add missing shared thread library flags
So tst-memalign-3 builds on Hurd.
This commit is contained in:
parent
320768a664
commit
0f61cd4b9c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user