gcc.c (SWITCH_CURTAILS_COMPILATION): Definition.
authorNick Clifton <nickc@cygnus.com>
Sun, 17 May 1998 23:08:40 +0000 (23:08 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 17 May 1998 23:08:40 +0000 (17:08 -0600)
commit88117d44fdf73af5014673a4c6ef028e5e7486af
tree2f16e1bc3300b7a15436e611d2cf3152a373c390
parente5e8a8bf3921f126e8ce4e14b02d99ceaa6805c7
gcc.c (SWITCH_CURTAILS_COMPILATION): Definition.

        * gcc.c (SWITCH_CURTAILS_COMPILATION): Definition.
        (DEFAULT_SWITCH_CURTAILS_COMPILATION): True for options -S and -c.
        (process_command): If HAVE_EXECUTABLE_SUFFIX is defined then scan
        command line arguments to see if an executable is not being
        created, and if so - do not append the suffix.
        * tm.texi (SWITCH_CURTAILS_COMPILATION): Add description of new
        driver macro.

From-SVN: r19824
gcc/ChangeLog
gcc/gcc.c
gcc/tm.texi