diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-02 12:55:33 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-02 12:55:33 +0000 |
commit | 35673216b64d752aa58c51131f70a19e62aeef78 (patch) | |
tree | 116839ff20d18c60305adb972646696b6a400428 /gcc | |
parent | 2fd956e61b52cef4b0b45a4c3bf7e6f96d72898a (diff) | |
download | gcc-35673216b64d752aa58c51131f70a19e62aeef78.tar.gz |
Revert piece of previous patch about include directories
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43688 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 359dcbc8c81..bb51602f142 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -3871,8 +3871,8 @@ the directories you have specified with @option{-I} options (and the current directory, if appropriate) are searched. @xref{Directory Options}, for information on @option{-I}. -By using both @option{-nostdinc} and @option{-I-}, you can limit the -include-file search path to only those directories you specify explicitly. +By using both @option{-nostdinc} and @option{-I-}, you can limit the include-file +search path to only those directories you specify explicitly. @item -remap @opindex remap @@ -4356,10 +4356,6 @@ system header files (use @option{-isystem} for that). If you use more than one @option{-I} option, the directories are scanned in left-to-right order; the standard system directories come after. -GCC will detect and warn you, if a directory is specified with both the -@option{-I} and also is a system search directory (either by default, or -with @option{-isystem}). - @item -I- @opindex I- Any directories you specify with @option{-I} options before the @option{-I-} |