diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-07-02 15:52:50 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-07-02 15:52:50 -0700 |
commit | 62a66e0735bc34971c54fcc1a1df854afa333ec4 (patch) | |
tree | 8e1542806e4bc02fd2260e5d9ed2a8da6b709724 /gcc/gcc.c | |
parent | c8dbc8ca7f3757ac2453c3fbe6631e9f7a22b71c (diff) | |
download | gcc-62a66e0735bc34971c54fcc1a1df854afa333ec4.zip gcc-62a66e0735bc34971c54fcc1a1df854afa333ec4.tar.gz gcc-62a66e0735bc34971c54fcc1a1df854afa333ec4.tar.bz2 |
(DEFAULT_WORD_SWITCH_TAKES_ARG): Add -isystem.
From-SVN: r7641
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |