mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
malloc: Add missing shared thread library flags
So tst-memalign-3 builds on Hurd.
This commit is contained in:
parent
320768a664
commit
0f61cd4b9c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue