Subject: CVS commit: src/gnu/dist/gcc/gcc
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 08/01/2003 13:37:30
Module Name: src
Committed By: mrg
Date: Fri Aug 1 13:37:29 UTC 2003
Modified Files:
src/gnu/dist/gcc/gcc: c-opts.c cppinit.c gcc.h
Log Message:
new (old) -isystem-cxx flag to set a C++ system include directory.
* c-opts.c: Document -isystem-cxx.
* cppinit.c (new_pending_directive): Add -isystem-cxx entry.
* gcc.h. (DEFAULT_WORD_SWITCH_TAKES_ARG): add -isystem.
XXX: possibly can use $CPLUS_INCLUDE_DIR.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc/gcc/c-opts.c \
src/gnu/dist/gcc/gcc/cppinit.c src/gnu/dist/gcc/gcc/gcc.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.