diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-21 07:44:02 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-21 07:44:02 +0000 |
commit | 6ceddccb628c6ca7df50a22770c8d252a3b6c04d (patch) | |
tree | cbece0fb8417c7b7b20b57c9099b9a5933729401 /gcc/f/lang-specs.h | |
parent | 201baa9e468bf049a8ed8dac30240f4db5370aab (diff) | |
download | gcc-6ceddccb628c6ca7df50a22770c8d252a3b6c04d.tar.gz |
* lang-specs.h: Pass -I* options to f771.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35832 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/lang-specs.h')
-rw-r--r-- | gcc/f/lang-specs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/f/lang-specs.h b/gcc/f/lang-specs.h index 670be7bbf1e..e1e7d590f36 100644 --- a/gcc/f/lang-specs.h +++ b/gcc/f/lang-specs.h @@ -1,5 +1,5 @@ /* lang-specs.h file for Fortran - Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. @@ -29,19 +29,19 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA {".FPP", "@f77-cpp-input"}, {"@f77-cpp-input", "tradcpp0 -lang-fortran %(cpp_options) %{!M:%{!MM:%{!E:%{!pipe:%g.f |\n\ - f771 %{!pipe:%g.f} %(cc1_options) %{!S:-o %{|!pipe:%g.s} |\n\ + f771 %{!pipe:%g.f} %(cc1_options) %{I*} %{!S:-o %{|!pipe:%g.s} |\n\ as %(asm_options) %{!pipe:%g.s} %A }}}}}\n"}, {".r", "@ratfor"}, {"@ratfor", "%{C:%{!E:%eGNU C does not support -C without using -E}}\ ratfor %{C} %{v} %i %{E:%W{o*}} %{!E: %{!pipe:-o %g.f} |\n\ - f771 %{!pipe:%g.f} %(cc1_options) %{!S:-o %{|!pipe:%g.s} |\n\ + f771 %{!pipe:%g.f} %(cc1_options) %{I*} %{!S:-o %{|!pipe:%g.s} |\n\ as %(asm_options) %{!pipe:%g.s} %A }}\n"}, {".f", "@f77"}, {".for", "@f77"}, {".FOR", "@f77"}, {"@f77", - "%{!M:%{!MM:%{!E:f771 %i %(cc1_options) %{!S:-o %{|!pipe:%g.s} |\n\ + "%{!M:%{!MM:%{!E:f771 %i %(cc1_options) %{I*} %{!S:-o %{|!pipe:%g.s} |\n\ as %(asm_options) %{!pipe:%g.s} %A }}}}\n"}, /* XXX This is perverse and should not be necessary. */ {"@f77-version", |