* cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -MQ.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Thu, 11 Jan 2001 22:10:49 +0000 (22:10 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 11 Jan 2001 22:10:49 +0000 (22:10 +0000)
From-SVN: r38926

gcc/ChangeLog
gcc/cppspec.c

index 8e8c11652ee1409fe34e51a14811c1b77f1b5b65..25c23ce3ce6a68511f24bd3a6b0f36175c9bfa8b 100644 (file)
@@ -1,3 +1,7 @@
+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
index 428192e2acec504ffc1c42df30cafb28f5b1de60..e5ad4e4f55ff54596c4c1e48b56b57c772967a44 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)