From: fxcoudert Date: Wed, 8 Sep 2010 19:39:13 +0000 (+0000) Subject: PR other/18555 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e18892cd3edaa71b4e5ed33857b660a8766fcae;p=thirdparty%2Fgcc.git PR other/18555 * doc/cppopts.texi (-isysroot): Document Darwin behaviour. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164022 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 408f11bd7c58..b909355de537 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-09-08 Francois-Xavier Coudert + + PR other/18555 + * doc/cppopts.texi (-isysroot): Document Darwin behaviour. + 2010-09-08 Uros Bizjak * config/i386/i386-protos.h (ix86_can_use_return_insn_p, diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index b5c77c7e9902..80a9df8911c8 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -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