diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/cppopts.texi | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 408f11b..b909355 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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, diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index b5c77c7..80a9df8 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 |