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

From-SVN: r69344
This commit is contained in:
Geoffrey Keating 2003-07-14 20:03:44 +00:00 committed by Geoffrey Keating
parent 2def5b76e3
commit 33971b58c3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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}.

View File

@ -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",