diff mbox series

[COMMITTED] malloc: Link threading tests with $(shared-thread-library)

Message ID 87sevuc28i.fsf@oldenburg.str.redhat.com
State New
Headers show
Series [COMMITTED] malloc: Link threading tests with $(shared-thread-library) | expand

Commit Message

Florian Weimer July 27, 2024, 2:56 p.m. UTC
Fixes build failures on Hurd.

---
 malloc/Makefile | 2 ++
 1 file changed, 2 insertions(+)


base-commit: f6f904745942540c7ea99c403b75b695ee560035
diff mbox series

Patch

diff --git a/malloc/Makefile b/malloc/Makefile
index 98d507a6eb..ccc96ef6b2 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -419,7 +419,9 @@  $(objpfx)tst-mallocstate: $(objpfx)libc_malloc_debug.so
 $(objpfx)tst-mallocstate-malloc-check: $(objpfx)libc_malloc_debug.so
 
 $(objpfx)tst-aligned-alloc-random.out: $(objpfx)tst-aligned_alloc-lib.so
+$(objpfx)tst-aligned-alloc-random-thread: $(shared-thread-library)
 $(objpfx)tst-aligned-alloc-random-thread.out: $(objpfx)tst-aligned_alloc-lib.so
+$(objpfx)tst-aligned-alloc-random-thread-cross: $(shared-thread-library)
 $(objpfx)tst-aligned-alloc-random-thread-cross.out: $(objpfx)tst-aligned_alloc-lib.so
 $(objpfx)tst-malloc-random.out: $(objpfx)tst-aligned_alloc-lib.so