From: Florian Weimer Date: Sat, 27 Jul 2024 14:23:55 +0000 (+0200) Subject: malloc: Link threading tests with $(shared-thread-library) X-Git-Tag: glibc-2.41~803 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a57cbbd85379;p=thirdparty%2Fglibc.git malloc: Link threading tests with $(shared-thread-library) Fixes build failures on Hurd. --- 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