Commit 2bfef1ad by Francois-Xavier Coudert Committed by François-Xavier Coudert

re PR other/18555 (-isysroot is miss-documented)

        PR other/18555
        * doc/cppopts.texi (-isysroot): Document Darwin behaviour.

From-SVN: r164022
parent 88a95a11
2010-09-08 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR other/18555
* doc/cppopts.texi (-isysroot): Document Darwin behaviour.
2010-09-08 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386-protos.h (ix86_can_use_return_insn_p,
......
......@@ -492,7 +492,9 @@ would; @option{-iwithprefix} puts it where @option{-idirafter} would.
@item -isysroot @var{dir}
@opindex isysroot
This option is like the @option{--sysroot} option, but applies only to
header files. See the @option{--sysroot} option for more information.
header files (except for Darwin targets, where it applies to both header
files and libraries). See the @option{--sysroot} option for more
information.
@item -imultilib @var{dir}
@opindex imultilib
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment