OSDN Git Service

* cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -MQ.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Jan 2001 22:10:49 +0000 (22:10 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Jan 2001 22:10:49 +0000 (22:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38926 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cppspec.c

index 8e8c116..25c23ce 100644 (file)
@@ -1,5 +1,9 @@
 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
 
+        * cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -MQ. 
+
+2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
+
         * cppinit.c (cpp_start_read): If -fpreprocessed, ignore
         -D, -U and -A, and don't initialize the builtins.
         * cppmain.c (cb_define, cb_undef): Unconditionally process
index 428192e..e5ad4e4 100644 (file)
@@ -53,7 +53,7 @@ Boston, MA 02111-1307, USA.  */
   || !strcmp (STR, "idirafter") || !strcmp (STR, "iprefix") \
   || !strcmp (STR, "iwithprefix") || !strcmp (STR, "iwithprefixbefore") \
   || !strcmp (STR, "isystem") || !strcmp (STR, "specs") \
-  || !strcmp (STR, "MF") || !strcmp (STR, "MT"))
+  || !strcmp (STR, "MF") || !strcmp (STR, "MT") || !strcmp (STR, "MQ"))
 
 #ifndef WORD_SWITCH_TAKES_ARG
 #define WORD_SWITCH_TAKES_ARG(STR) DEFAULT_WORD_SWITCH_TAKES_ARG (STR)