mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 20:19:49 +08:00
* gcc.c (cpp_options): Added `*' to specs for -MF, -MQ, and -MT.
From-SVN: r39072
This commit is contained in:
parent
bb37c4a562
commit
c32ee81ecb
@ -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.
|
||||
|
@ -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__}}\
|
||||
|
Loading…
Reference in New Issue
Block a user