Commit d2ea6600 by Rodney Brown Committed by Richard Henderson

* Make-lang.in: Remove OUTPUT_OPTION from g77version.o target.

From-SVN: r37378
parent edf9f6c7
2000-11-10 Rodney Brown <RodneyBrown@mynd.com>
* Make-lang.in: Remove OUTPUT_OPTION from g77version.o target.
2000-11-10 Toon Moene <toon@moene.indiv.nluug.nl>
* root.texi: Remove non-historical EGCS reference.
......@@ -5,8 +9,7 @@
2000-11-10 Toon Moene <toon@moene.indiv.nluug.nl>
* com.c (ffecom_stabilize_aggregate_) case RTL_EXPR:
Abort.
* com.c (ffecom_stabilize_aggregate_) case RTL_EXPR: Abort.
2000-11-10 Zack Weinberg <zack@wolery.stanford.edu>
......
......@@ -76,7 +76,7 @@ g77version.o: $(srcdir)/f/version.c
esac
if [ -f lang-f77 ]; then \
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -o g77version.o \
$(srcdir)/f/version.c $(OUTPUT_OPTION); \
$(srcdir)/f/version.c; \
else true; fi
# Create the compiler driver for g77.
......
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