Commit 6ba40dd7 by Dave Korn Committed by Zack Weinberg

gcc.c (default_compilers): Clarify obscure error message when reading from standard input.

	* gcc.c (default_compilers): Clarify obscure error message when
	reading from standard input.

From-SVN: r98196
parent 192082e7
......@@ -942,7 +942,7 @@ static const struct compiler default_compilers[] =
cc1 %(cpp_unique_options) %(cc1_options)}}\
%{!fsyntax-only:%(invoke_as)}}}}}}", 0, 1, 1},
{"-",
"%{!E:%e-E required when input is from standard input}\
"%{!E:%e-E or -x required when input is from standard input}\
%(trad_capable_cpp) %(cpp_options) %(cpp_debug_options)", 0, 0, 0},
{".h", "@c-header", 0, 0, 0},
{"@c-header",
......
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