Commit e534ca2f by Toon Moene Committed by Toon Moene

re PR fortran/3957 (g77 -pipe -xf77-cpp-input sends output to stdout.)

2001-11-24  Toon Moene  <toon@moene.indiv.nluug.nl>

	PR fortran/3957
	* lang-specs.h: Correct !pipe conditional in tradcpp0 invocation.

From-SVN: r47304
parent 08e42d8b
2001-11-24 Toon Moene <toon@moene.indiv.nluug.nl>
PR fortran/3957
* lang-specs.h: Correct !pipe conditional in tradcpp0 invocation.
2001-11-21 Toon Moene <toon@moene.indiv.nluug.nl> 2001-11-21 Toon Moene <toon@moene.indiv.nluug.nl>
* g77.texi: egcs was not a `@command'. * g77.texi: egcs was not a `@command'.
......
...@@ -28,8 +28,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -28,8 +28,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
{".fpp", "@f77-cpp-input", 0}, {".fpp", "@f77-cpp-input", 0},
{".FPP", "@f77-cpp-input", 0}, {".FPP", "@f77-cpp-input", 0},
{"@f77-cpp-input", {"@f77-cpp-input",
"tradcpp0 -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) %{I*} %{!fsyntax-only:%(invoke_as)}}}}}", 0}, f771 %{!pipe:%g.f} %(cc1_options) %{I*} %{!fsyntax-only:%(invoke_as)}}}}", 0},
{".r", "@ratfor", 0}, {".r", "@ratfor", 0},
{"@ratfor", {"@ratfor",
"%{C:%{!E:%eGNU C does not support -C without using -E}}\ "%{C:%{!E:%eGNU C does not support -C without using -E}}\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment