aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/gcc.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ae77318..3f0804f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 34a5cfe..f66fc82 100644
--- 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__}}\