summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-26 02:19:12 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-26 02:19:12 +0100
commit36da1934ec3b461e2bf0b52cd58de5bef563462e (patch)
tree054c00fc54a84e30b46a5143f8742808d43cdbc2
parente71f7804caa6352ba4cec3aaf04800c9a3f88d48 (diff)
Simplify making libpthread link against libmachuser
* Makefile ($(objpfx)libpthread.so): Drop specific rule.
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 29fd8cd..6664549 100644
--- a/Makefile
+++ b/Makefile
@@ -314,15 +314,6 @@ $(addprefix $(objpfx), \
endif
generated += libpthread_nonshared.a
-
-# Depend on libc.so so a DT_NEEDED is generated in the shared objects.
-# This ensures they will load libc.so for needed symbols if loaded by
-# a statically-linked program that hasn't already loaded it.
-# Depend on ld.so too to get proper versions of ld.so symbols.
-$(objpfx)libpthread.so: $(libc-link.so) $(common-objpfx)libc_nonshared.a \
- $(if $(filter yes,$(elf)), $(elf-objpfx)/ld.so) \
- $(common-objpfx)/mach/libmachuser.so \
- $(common-objpfx)/hurd/libhurduser.so
endif
ifeq ($(IN_GLIBC),no)