summaryrefslogtreecommitdiffstats
path: root/Makerules
diff options
context:
space:
mode:
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makerules b/Makerules
index 14d89ad77..c8b53e7ae 100644
--- a/Makerules
+++ b/Makerules
@@ -141,7 +141,6 @@ $(top_builddir)lib/interp.c:
$(interp): $(top_builddir)lib/interp.c
$(compile.c)
- @$(disp_strip)
$(Q)$(STRIPTOOL) -x -R .note -R .comment $@
$(ldso):
@@ -168,13 +167,11 @@ endif
$(top_builddir)lib/$(CRT).o: $(top_srcdir)libc/sysdeps/linux/$(TARGET_ARCH)/$(CRT).S
$(Q)$(INSTALL) -d $(dir $@)
$(compile.S) -DL_$(patsubst %$(suffix $(notdir $@)),%,$(notdir $@))
- @$(disp_strip)
$(Q)$(STRIPTOOL) -x -R .note -R .comment $@
$(top_builddir)lib/S$(CRT).o: $(top_srcdir)libc/sysdeps/linux/$(TARGET_ARCH)/$(CRT).S
$(Q)$(INSTALL) -d $(dir $@)
$(compile.S) $(PIEFLAG) -DL_$(patsubst %$(suffix $(notdir $@)),%,$(notdir $@))
- @$(disp_strip)
$(Q)$(STRIPTOOL) -x -R .note -R .comment $@
CTOR_TARGETS=$(top_builddir)lib/crti.o $(top_builddir)lib/crtn.o