]> sourceware.org Git - glibc.git/commitdiff
malloc: Link threading tests with $(shared-thread-library)
authorFlorian Weimer <fweimer@redhat.com>
Sat, 27 Jul 2024 14:23:55 +0000 (16:23 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Sat, 27 Jul 2024 14:46:49 +0000 (16:46 +0200)
Fixes build failures on Hurd.

malloc/Makefile

index 98d507a6eb61f4fee540b452f0bf05764e3b26da..ccc96ef6b2067a7b918b07838d48267f90c91bb3 100644 (file)
@@ -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
 
This page took 0.04468 seconds and 5 git commands to generate.