[hurd,commited] elf: Drop librt.so from localplt-built-dso
Samuel Thibault
samuel.thibault@ens-lyon.org
Sun Mar 15 20:45:38 GMT 2026
It's always empty now.
---
elf/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/elf/Makefile b/elf/Makefile
index 32d9fdc221..efb9995e16 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -2235,9 +2235,6 @@ endif
ifeq ($(have-thread-library),yes)
localplt-built-dso += $(filter-out %_nonshared.a, $(shared-thread-library))
endif
-ifneq ($(pthread-in-libc),yes)
-localplt-built-dso += $(addprefix $(common-objpfx), rt/librt.so)
-endif
vpath localplt.data $(+sysdep_dirs)
--
2.51.0
More information about the Libc-alpha
mailing list