* gcc.c (cpp_options): Added `*' to specs for -MF, -MQ, and -MT.

From-SVN: r39072
This commit is contained in:
Tom Tromey 2001-01-16 18:02:01 +00:00 committed by Tom Tromey
parent bb37c4a562
commit c32ee81ecb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-01-16 Tom Tromey <tromey@redhat.com>
* gcc.c (cpp_options): Added `*' to specs for -MF, -MQ, and -MT.
2001-01-16 Richard Henderson <rth@redhat.com>
* config/i386/i386.h: Fix comment typo.

View File

@ -591,7 +591,7 @@ static const char *cpp_options =
%{std*} %{nostdinc*}\
%{C} %{v} %{I*} %{P} %{$} %I\
%{MD:-M -MF %{!o: %b.d}%{o*:%.d%*}} %{MMD:-MM -MF %{!o: %b.d}%{o*:%.d%*}}\
%{M} %{MM} %{MF} %{MG} %{MP} %{MQ} %{MT} %{M|MD|MM|MMD:%{o*:-MQ %*}}\
%{M} %{MM} %{MF*} %{MG} %{MP} %{MQ*} %{MT*} %{M|MD|MM|MMD:%{o*:-MQ %*}}\
%{!no-gcc:-D__GNUC__=%v1 -D__GNUC_MINOR__=%v2 -D__GNUC_PATCHLEVEL__=%v3}\
%{!undef:%{!ansi:%{!std=*:%p}%{std=gnu*:%p}} %P} %{trigraphs}\
%c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}}\