Browse Source

malloc: Add missing shared thread library flags

So tst-memalign-3 builds on Hurd.
azanella/bz30266
Adhemerval Zanella 3 years ago
parent
commit
0f61cd4b9c
  1. 1
      malloc/Makefile

1
malloc/Makefile

@ -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…
Cancel
Save