File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -733,11 +733,13 @@ ENVIRONMENT
733733
734734.. envvar :: CPATH
735735
736- This environment variable specifies additional header file search paths which
737- behave as if they were specified with the :option: `-I\< directory\> ` option at
738- the end of the driver command line. Paths are delimited by the platform
739- dependent delimiter as used in the ``PATH `` environment variable. Empty
740- components in the environment variable are ignored.
736+ This environment variable specifies additional (non-system) header search
737+ paths to be used to find included header files. These paths are searched after
738+ paths specified with the :option: `-I\< directory\> ` option, but before any
739+ system header search paths. Paths are delimited by the platform dependent
740+ delimiter as used in the ``PATH `` environment variable. Empty entries in the
741+ delimited path list are ignored. The treatment of empty entries differs from
742+ gcc which treats them as specifying the compiler's current working directory.
741743
742744.. envvar :: C_INCLUDE_PATH, OBJC_INCLUDE_PATH, CPLUS_INCLUDE_PATH, OBJCPLUS_INCLUDE_PATH
743745
You can’t perform that action at this time.
0 commit comments