diff options
Diffstat (limited to 'gcc/f/lang-specs.h')
-rw-r--r-- | gcc/f/lang-specs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/f/lang-specs.h b/gcc/f/lang-specs.h index 27d70afba56..670be7bbf1e 100644 --- a/gcc/f/lang-specs.h +++ b/gcc/f/lang-specs.h @@ -28,7 +28,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA {".fpp", "@f77-cpp-input"}, {".FPP", "@f77-cpp-input"}, {"@f77-cpp-input", - "tradcpp -lang-fortran %(cpp_options) %{!M:%{!MM:%{!E:%{!pipe:%g.f |\n\ + "tradcpp0 -lang-fortran %(cpp_options) %{!M:%{!MM:%{!E:%{!pipe:%g.f |\n\ f771 %{!pipe:%g.f} %(cc1_options) %{!S:-o %{|!pipe:%g.s} |\n\ as %(asm_options) %{!pipe:%g.s} %A }}}}}\n"}, {".r", "@ratfor"}, @@ -45,7 +45,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA as %(asm_options) %{!pipe:%g.s} %A }}}}\n"}, /* XXX This is perverse and should not be necessary. */ {"@f77-version", - "tradcpp -lang-fortran %(cpp_options) /dev/null \n\ + "tradcpp0 -lang-fortran %(cpp_options) /dev/null \n\ f771 -fnull-version %1 \ %{!Q:-quiet} -dumpbase g77-version.f %{d*} %{m*} %{a*} \ %{g*} %{O*} %{W*} %{w} %{pedantic*} \ |