diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-26 02:19:12 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-26 02:19:12 +0100 |
commit | 36da1934ec3b461e2bf0b52cd58de5bef563462e (patch) | |
tree | 054c00fc54a84e30b46a5143f8742808d43cdbc2 | |
parent | e71f7804caa6352ba4cec3aaf04800c9a3f88d48 (diff) |
Simplify making libpthread link against libmachuser
* Makefile ($(objpfx)libpthread.so): Drop specific rule.
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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) |