diff options
author | Devang Patel <dpatel@apple.com> | 2004-11-24 09:47:32 -0800 |
---|---|---|
committer | Devang Patel <dpatel@gcc.gnu.org> | 2004-11-24 09:47:32 -0800 |
commit | 479ec1d1e046ba967cb712b7421dcb299733f4aa (patch) | |
tree | ea366309ad8043d0c8ca90046334475e8522bf10 /gcc/gcc.h | |
parent | b0896d72f0bad01f440692c69003962200806e31 (diff) | |
download | gcc-479ec1d1e046ba967cb712b7421dcb299733f4aa.zip gcc-479ec1d1e046ba967cb712b7421dcb299733f4aa.tar.gz gcc-479ec1d1e046ba967cb712b7421dcb299733f4aa.tar.bz2 |
gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add isysroot.
PR/18555
* gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add isysroot.
* config/darwin-c.c (darwin_register_frameworks): Use sysroot.
testsuite
* gcc.dg/cpp/isysroot-1.c: New test.
* gcc.dg/cpp/usr/include/stdio.h: New file.
* gcc.dg/cpp/isysroot-2.c: New test.
* gcc.dg/cpp/System/Library/Framework/Carbon.framework/Headers/Carbon.h:
New file.
From-SVN: r91178
Diffstat (limited to 'gcc/gcc.h')
-rw-r--r-- | gcc/gcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ struct spec_function || !strcmp (STR, "idirafter") || !strcmp (STR, "iprefix") \ || !strcmp (STR, "iwithprefix") || !strcmp (STR, "iwithprefixbefore") \ || !strcmp (STR, "iquote") || !strcmp (STR, "isystem") \ + || !strcmp (STR, "isysroot") \ || !strcmp (STR, "-param") || !strcmp (STR, "specs") \ || !strcmp (STR, "MF") || !strcmp (STR, "MT") || !strcmp (STR, "MQ")) |