Fix the Xassembler and Xpreprocessor options, which have never worked right.
authorJames E Wilson <wilson@specifixinc.com>
Wed, 4 May 2005 17:20:43 +0000 (17:20 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 4 May 2005 17:20:43 +0000 (10:20 -0700)
commit10bf9e8a16dd0cca35fb8f553a65b260c89eb7df
treeb0f0a0d0345ca52c2ebf6c15e9dcd11783d4cf64
parent395bda42dda9992410fc66bf655ffe503ef6d75b
Fix the Xassembler and Xpreprocessor options, which have never worked right.

PR driver/21112
* gcc.c (process_command): In the second argv scan loop, ignore
Xassembler and Xpreprocessor, along with their argument.

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