gcc.c (cpp_unique_options): Treat -o as indicating object file only if not -E.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Tue, 19 Feb 2002 07:44:38 +0000 (07:44 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 19 Feb 2002 07:44:38 +0000 (07:44 +0000)
commit30518e459c5a6831e0d8255961abcd7b3a99dd69
tree4dc9a36232934510401ee6130f65c459ed3b2401
parent39ea57044810d5098a634a8aaeee92299ba1d84b
gcc.c (cpp_unique_options): Treat -o as indicating object file only if not -E.

* gcc.c (cpp_unique_options): Treat -o as indicating object file
only if not -E.  If -E, pass -o through to the preprocessor.

From-SVN: r49860
gcc/ChangeLog
gcc/gcc.c