From c2a05c99e34539d16ebf2bb6234c8d2f2fdaa1f9 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Tue, 6 Aug 2024 13:53:52 -0300 Subject: [PATCH] stdlib: Link tst-concurrent-quick_exit with $(shared-thread-library) This avoids a Hurd build failure. Fixes commit c6af8a9a3c ("stdlib: Allow concurrent quick_exit (BZ 31997)"). --- stdlib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/stdlib/Makefile b/stdlib/Makefile index 043a452f72..347491de53 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -626,3 +626,4 @@ $(objpfx)tst-setcontext3.out: tst-setcontext3.sh $(objpfx)tst-setcontext3 $(objpfx)tst-qsort5: $(libm) $(objpfx)tst-concurrent-exit: $(shared-thread-library) +$(objpfx)tst-concurrent-quick_exit: $(shared-thread-library) -- 2.43.5