]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc.c (cpp_options): Added `*' to specs for -MF, -MQ, and -MT.
authorTom Tromey <tromey@redhat.com>
Tue, 16 Jan 2001 18:02:01 +0000 (18:02 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 16 Jan 2001 18:02:01 +0000 (18:02 +0000)
From-SVN: r39072

gcc/ChangeLog
gcc/gcc.c

index ae77318e9c03f5e7094c088f5d8b714e8fc3dd74..3f0804f2ce79d43d7a5b3796491f0037a6104ca2 100644 (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.
index 34a5cfeeb9f4ca2d7c1455970506835ee82444ed..f66fc8284757576920d8fdcfb43bbb13e0d3b358 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -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__}}\
This page took 0.067792 seconds and 5 git commands to generate.