summaryrefslogtreecommitdiff
path: root/libc/debug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/debug/Makefile')
-rw-r--r--libc/debug/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/libc/debug/Makefile b/libc/debug/Makefile
index 45e2d8e5c..626d18f2c 100644
--- a/libc/debug/Makefile
+++ b/libc/debug/Makefile
@@ -201,13 +201,3 @@ $(objpfx)xtrace: xtrace.sh
-e 's|@PKGVERSION@|$(PKGVERSION)|' \
-e 's|@REPORT_BUGS_TO@|$(REPORT_BUGS_TO)|' $^ > $@.new \
&& rm -f $@ && mv $@.new $@ && chmod +x $@
-
-# 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.
-$(objpfx)libSegFault.so: $(common-objpfx)libc.so \
- $(common-objpfx)libc_nonshared.a \
- $(elf-objpfx)$(rtld-installed-name)
-$(objpfx)libpcprofile.so: $(common-objpfx)libc.so \
- $(common-objpfx)libc_nonshared.a \
- $(elf-objpfx)$(rtld-installed-name)