aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-04-08 22:39:36 +0000
committerJeff Law <law@gcc.gnu.org>1998-04-08 16:39:36 -0600
commitc74c0cff2d8951cc8bcb41be806cd8af45805575 (patch)
tree4fa8e7e7c505761afb0aed9875cc6998cd0b4af2 /gcc/gcc.c
parent85d7aed9501a610825d3735614de5babf8b4d0fb (diff)
downloadgcc-c74c0cff2d8951cc8bcb41be806cd8af45805575.zip
gcc-c74c0cff2d8951cc8bcb41be806cd8af45805575.tar.gz
gcc-c74c0cff2d8951cc8bcb41be806cd8af45805575.tar.bz2
gcc.c (proces_command): Improve error message for -o with either -c or -S.
* gcc.c (proces_command): Improve error message for -o with either -c or -S. From-SVN: r19058
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 ff4cf95..614553a 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -2821,7 +2821,7 @@ process_command (argc, argv)
}
if (have_c && have_o && lang_n_infiles > 1)
- fatal ("cannot specify -o with -c and multiple compilations");
+ fatal ("cannot specify -o with -c or -S and multiple compilations");
/* Set up the search paths before we go looking for config files. */