(DEFAULT_WORD_SWITCH_TAKES_ARG): Add -isystem.
authorJim Wilson <wilson@gcc.gnu.org>
Sat, 2 Jul 1994 22:52:50 +0000 (15:52 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 2 Jul 1994 22:52:50 +0000 (15:52 -0700)
From-SVN: r7641

gcc/gcc.c

index fe7ed86405ea2ec9df0ffe7fcfaab2cb25ad1502..1430cdcf4beff595f0bc0dc1348a6c866e011e98 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -488,7 +488,8 @@ static char *multilib_select = MULTILIB_SELECT;
   || !strcmp (STR, "Tbss") || !strcmp (STR, "include") \
   || !strcmp (STR, "imacros") || !strcmp (STR, "aux-info") \
   || !strcmp (STR, "idirafter") || !strcmp (STR, "iprefix") \
-  || !strcmp (STR, "iwithprefix") || !strcmp (STR, "iwithprefixbefore"))
+  || !strcmp (STR, "iwithprefix") || !strcmp (STR, "iwithprefixbefore") \
+  || !strcmp (STR, "isystem"))
 
 #ifndef WORD_SWITCH_TAKES_ARG
 #define WORD_SWITCH_TAKES_ARG(STR) DEFAULT_WORD_SWITCH_TAKES_ARG (STR)