diff options
author | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2010-09-08 19:39:13 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2010-09-08 19:39:13 +0000 |
commit | 2bfef1ad48b7acd536a8ac0edb218088f68979b5 (patch) | |
tree | bf38e908b652084330ec6bda738ffd5fb89e1b0f | |
parent | 88a95a119b5cd953ecf8dedebe2008c4514cbc0c (diff) | |
download | gcc-2bfef1ad48b7acd536a8ac0edb218088f68979b5.zip gcc-2bfef1ad48b7acd536a8ac0edb218088f68979b5.tar.gz gcc-2bfef1ad48b7acd536a8ac0edb218088f68979b5.tar.bz2 |
re PR other/18555 (-isysroot is miss-documented)
PR other/18555
* doc/cppopts.texi (-isysroot): Document Darwin behaviour.
From-SVN: r164022
-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 |