[hurd,commited] elf: Drop librt.so from localplt-built-dso
Samuel Thibault <[email protected]>
| Newsgroups | gmane.os.hurd.cvs,gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <[email protected]> |
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