Commit 3b4b6035 by Doug Evans

(crtend.o): Remove crufty -o.

From-SVN: r9791
parent 5e1d9b96
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment