]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/gcc.c
gcc.c (cpp_options): Set MD file name from output filename, if specified.
authorNathan Sidwell <nathan@codesourcery.com>
Wed, 10 Jan 2001 08:18:10 +0000 (08:18 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Wed, 10 Jan 2001 08:18:10 +0000 (08:18 +0000)
commit11972f66cd1f76eec0f48acc0200af4b83723721
treeb958bae2dcc781e1119e1f01bd7f1599d9d04fae
parent0a75e5c306359e717f9e070a7b41c29964c64a54
gcc.c (cpp_options): Set MD file name from output filename, if specified.

        * gcc.c (cpp_options): Set MD file name from output
        filename, if specified.
        (suffix_subst): New static variable.
        (do_spec): Clear it.
        (do_spec_1, case '.'): Handle new `%.suffix' spec.
        Clear it.
        (give_switch): Handle suffix_subst.

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