summaryrefslogtreecommitdiffstats
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-04-08 22:39:36 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-04-08 22:39:36 +0000
commitaa01fa7ea1d2573b2ec7be3418671d588eb868fd (patch)
tree4fa8e7e7c505761afb0aed9875cc6998cd0b4af2 /gcc/gcc.c
parentda2310a9599e6aa0113748e4e67d5d6560751eb9 (diff)
downloadppe42-gcc-aa01fa7ea1d2573b2ec7be3418671d588eb868fd.tar.gz
ppe42-gcc-aa01fa7ea1d2573b2ec7be3418671d588eb868fd.zip
* gcc.c (proces_command): Improve error message for -o with
either -c or -S. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19058 138bc75d-0d04-0410-961f-82ee72b054a4
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 ff4cf956b9c..614553ae0f8 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. */
OpenPOWER on IntegriCloud