OSDN Git Service

* lang-specs.h (f77-cpp-input): Use -o to specify the CPP output file.
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jul 2003 20:03:44 +0000 (20:03 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jul 2003 20:03:44 +0000 (20:03 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69344 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/f/ChangeLog
gcc/f/lang-specs.h

index f563485..9c76ecf 100644 (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}.
index 3c8c8e1..9ed51ef 100644 (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",