From: Jim Wilson Date: Sat, 2 Jul 1994 22:52:50 +0000 (-0700) Subject: (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -isystem. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62a66e0735bc34971c54fcc1a1df854afa333ec4;p=gcc.git (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -isystem. From-SVN: r7641 --- diff --git a/gcc/gcc.c b/gcc/gcc.c index fe7ed86405e..1430cdcf4be 100644 --- 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)