From: Doug Evans Date: Wed, 24 May 1995 01:10:42 +0000 (+0000) Subject: (crtend.o): Remove crufty -o. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b4b60359761cbf89b559d623942e57ea3d3c096;p=gcc.git (crtend.o): Remove crufty -o. From-SVN: r9791 --- 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.