aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorDave Korn <dave.korn@artimi.com>2005-04-15 18:22:57 +0000
committerZack Weinberg <zack@gcc.gnu.org>2005-04-15 18:22:57 +0000
commit6ba40dd7ac0131712102aa4e31aa3e6a733f452f (patch)
tree0e4e21bed4f51156fe49cea4cd9d41b46da09f42 /gcc/gcc.c
parent192082e74d100d24faa3fc9afd35970a3eeedd3e (diff)
downloadgcc-6ba40dd7ac0131712102aa4e31aa3e6a733f452f.zip
gcc-6ba40dd7ac0131712102aa4e31aa3e6a733f452f.tar.gz
gcc-6ba40dd7ac0131712102aa4e31aa3e6a733f452f.tar.bz2
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
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 98b9d0d..373b617 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -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",