aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2003-07-14 20:03:44 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2003-07-14 20:03:44 +0000
commit33971b58c3ebd3992b047d56390be737f75137fb (patch)
treea5c91f20328d7e927b30e4a492568b642d66e6c4
parent2def5b76e3bc2b9ad6b96a56daed4c51dfa6dd03 (diff)
downloadgcc-33971b58c3ebd3992b047d56390be737f75137fb.zip
gcc-33971b58c3ebd3992b047d56390be737f75137fb.tar.gz
gcc-33971b58c3ebd3992b047d56390be737f75137fb.tar.bz2
* lang-specs.h (f77-cpp-input): Use -o to specify the CPP output file.
From-SVN: r69344
-rw-r--r--gcc/f/ChangeLog4
-rw-r--r--gcc/f/lang-specs.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index f563485..9c76ecf 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -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}.
diff --git a/gcc/f/lang-specs.h b/gcc/f/lang-specs.h
index 3c8c8e1..9ed51ef 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",