From: Samuel Thibault Date: Tue, 20 Aug 2024 14:16:25 +0000 (+0200) Subject: malloc: Link threading tests with $(shared-thread-library) X-Git-Tag: glibc-2.41~723 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=251843e16fcec4e2b328577be66dcb2f3fa1c1e7;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 ccc96ef6b2..1630aaf6ac 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -420,8 +420,14 @@ $(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-malloc-check: $(shared-thread-library) +$(objpfx)tst-aligned-alloc-random-thread-malloc-hugetlb1: $(shared-thread-library) +$(objpfx)tst-aligned-alloc-random-thread-malloc-hugetlb2: $(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-malloc-check: $(shared-thread-library) +$(objpfx)tst-aligned-alloc-random-thread-cross-malloc-hugetlb1: $(shared-thread-library) +$(objpfx)tst-aligned-alloc-random-thread-cross-malloc-hugetlb2: $(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