From fb507de8fcd0124ff8b2eb483701899d78f6cc7e Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 2 Aug 2024 14:45:10 +0200 Subject: stdlib: Link tst-concurrent-exit with $(shared-thread-library) This avoids a Hurd build failure. Fixes commit f6ba993e0cda0ca ("stdlib: Allow concurrent exit (BZ 31997)"). --- stdlib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/stdlib/Makefile b/stdlib/Makefile index 7eec68b..f659c38 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -624,3 +624,4 @@ $(objpfx)tst-setcontext3.out: tst-setcontext3.sh $(objpfx)tst-setcontext3 $(evaluate-test) $(objpfx)tst-qsort5: $(libm) +$(objpfx)tst-concurrent-exit: $(shared-thread-library) -- cgit v1.1