PR other/18555
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Sep 2010 19:39:13 +0000 (19:39 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Sep 2010 19:39:13 +0000 (19:39 +0000)
        * doc/cppopts.texi (-isysroot): Document Darwin behaviour.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164022 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/cppopts.texi

index 408f11b..b909355 100644 (file)
@@ -1,3 +1,8 @@
+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,
index b5c77c7..80a9df8 100644 (file)
@@ -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