aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1995-05-24 01:10:42 +0000
committerDoug Evans <dje@gnu.org>1995-05-24 01:10:42 +0000
commit3b4b60359761cbf89b559d623942e57ea3d3c096 (patch)
tree4ff96b5ef7915aae267340ea5f268bf922149a66 /gcc
parent5e1d9b962e4d41035f98660330a9d694c70fec2d (diff)
downloadgcc-3b4b60359761cbf89b559d623942e57ea3d3c096.zip
gcc-3b4b60359761cbf89b559d623942e57ea3d3c096.tar.gz
gcc-3b4b60359761cbf89b559d623942e57ea3d3c096.tar.bz2
(crtend.o): Remove crufty -o.
From-SVN: r9791
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 4a84da5..969e593 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.