From: Geoffrey Keating Date: Mon, 14 Jul 2003 20:03:44 +0000 (+0000) Subject: * lang-specs.h (f77-cpp-input): Use -o to specify the CPP output file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=33971b58c3ebd3992b047d56390be737f75137fb;p=gcc.git * lang-specs.h (f77-cpp-input): Use -o to specify the CPP output file. From-SVN: r69344 --- diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index f5634851090..9c76ecfdc8e 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +2003-07-14 Geoffrey Keating + + * lang-specs.h (f77-cpp-input): Use -o to specify the CPP output file. + 2003-07-10 Toon Moene * ffe.texi: Correctly use @var{srcdir}. diff --git a/gcc/f/lang-specs.h b/gcc/f/lang-specs.h index 3c8c8e15317..9ed51ef5a60 100644 --- a/gcc/f/lang-specs.h +++ b/gcc/f/lang-specs.h @@ -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",