diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-02 23:12:15 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-02 23:12:15 +0000 |
commit | ca3067b8cec6e7ffd600c92510197df5aedd8606 (patch) | |
tree | 621a6a8189d6ce4902407c595cdabccf4d9ca3a4 /Makerules | |
parent | a2090a8eec4635309b1f883b6cc18d3b0eb4563c (diff) |
Remove incorrect display stripping crt1.S
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -167,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 |