[COMMITTED] malloc: Add missing shared thread library flags

Message ID 20230420134246.3405642-1-adhemerval.zanella@linaro.org
State Committed
Commit 0f61cd4b9c5175c128311769df932c8d7694d6b6
Headers
Series [COMMITTED] malloc: Add missing shared thread library flags |

Commit Message

Adhemerval Zanella Netto April 20, 2023, 1:42 p.m. UTC
  So tst-memalign-3 builds on Hurd.
---
 malloc/Makefile | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/malloc/Makefile b/malloc/Makefile
index 071dfdb9d8..f4cae2538c 100644
--- a/malloc/Makefile
+++ b/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