Commit c4d6b3a9 authored by geoffk's avatar geoffk
Browse files

* lang-specs.h (f77-cpp-input): Use -o to specify the CPP output file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69344 138bc75d-0d04-0410-961f-82ee72b054a4
parent cd21cfe2
2003-07-14 Geoffrey Keating <geoffk@apple.com>
* lang-specs.h (f77-cpp-input): Use -o to specify the CPP output file.
2003-07-10 Toon Moene <toon@moene.indiv.nluug.nl>
* ffe.texi: Correctly use @var{srcdir}.
......
......@@ -31,7 +31,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
{"@f77-cpp-input",
"cc1 -E -traditional-cpp -D_LANGUAGE_FORTRAN %(cpp_options) \
%{E|M|MM:%(cpp_debug_options)}\
%{!M:%{!MM:%{!E: %|.f |\n\
%{!M:%{!MM:%{!E: -o %|.f |\n\
f771 %|.f %(cc1_options) %{I*} %{!fsyntax-only:%(invoke_as)}}}}", 0},
{".r", "@ratfor", 0},
{"@ratfor",
......
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