OSDN Git Service

* gcc.c (DEFAULT_SWITCH_CURTAILS_COMPILATION): Add -E.
authorhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Oct 2009 08:39:43 +0000 (08:39 +0000)
committerhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Oct 2009 08:39:43 +0000 (08:39 +0000)
commita20007770cf84779ac9b00a482a029e8d0eb5287
tree81d0257962693c52c7d4268d950916aefc390167
parent705c38c0b4a674b8562b1c6b8283e2efb4106539
    * gcc.c (DEFAULT_SWITCH_CURTAILS_COMPILATION): Add -E.
        (process_command): Handle -E as done with -c and -S.  Do not add
        the target executable suffix to the output file when -E is used.
        (main): Adjust error message accordingly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152758 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gcc.c