summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-24 01:10:42 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-24 01:10:42 +0000
commit962cbb62bd29ba651556cd9a23221d35d3318f78 (patch)
tree4ff96b5ef7915aae267340ea5f268bf922149a66 /gcc
parentb3b4c91ee8c5deb5d90d70cc696ca966b3e1c86f (diff)
downloadgcc-962cbb62bd29ba651556cd9a23221d35d3318f78.tar.gz
(crtend.o): Remove crufty -o.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9791 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 4a84da5bdf6..969e593273d 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1001,7 +1001,7 @@ crtbegin.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
crtend.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(CRTSTUFF_T_CFLAGS) \
-DCRT_END -finhibit-size-directive -fno-inline-functions \
- -g0 -c $(srcdir)/crtstuff.c -o
+ -g0 -c $(srcdir)/crtstuff.c
mv crtstuff$(objext) $@
# Compiling object files from source files.