diff options
author | dpatel <dpatel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-24 17:47:32 +0000 |
---|---|---|
committer | dpatel <dpatel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-24 17:47:32 +0000 |
commit | 70593ce1fcb64d433107932af0211c961d7ec07c (patch) | |
tree | ea366309ad8043d0c8ca90046334475e8522bf10 /gcc/gcc.h | |
parent | bd897384a0835ada7ae79ec0bd9dcd803e519adc (diff) | |
download | gcc-70593ce1fcb64d433107932af0211c961d7ec07c.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91178 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.h')
-rw-r--r-- | gcc/gcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcc.h b/gcc/gcc.h index d29af91001c..6c3c9829cbc 100644 --- a/gcc/gcc.h +++ b/gcc/gcc.h @@ -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")) |