diff options
author | Jonathan Wakely <jwakely.gcc@gmail.com> | 2010-10-26 19:07:01 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2010-10-26 20:07:01 +0100 |
commit | d47abcca6dac6494f85e7d7f24f84cb699e2958e (patch) | |
tree | ac07da256c85524b2c8cfa71293ea6ba9e0cb9f0 | |
parent | 5609699aff5bb12377bf7c187594ecee17264ee3 (diff) | |
download | gcc-d47abcca6dac6494f85e7d7f24f84cb699e2958e.zip gcc-d47abcca6dac6494f85e7d7f24f84cb699e2958e.tar.gz gcc-d47abcca6dac6494f85e7d7f24f84cb699e2958e.tar.bz2 |
install.texi: Fix typo in --with-sysroot description.
2010-10-26 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/install.texi: Fix typo in --with-sysroot description.
From-SVN: r165980
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6fa3e6a..4c287b9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-10-26 Jonathan Wakely <jwakely.gcc@gmail.com> + + * doc/install.texi: Fix typo in --with-sysroot description. + 2010-10-26 Jan Hubicka <jh@suse.cz> * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p): diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ce6b5cf..877ae5f 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1680,8 +1680,8 @@ The following options only apply to building cross compilers. @table @code @item --with-sysroot @itemx --with-sysroot=@var{dir} -Tells GCC to consider @var{dir} as the root of a tree that contains a -(subset of) the root filesystem of the target operating system. +Tells GCC to consider @var{dir} as the root of a tree that contains +(a subset of) the root filesystem of the target operating system. Target system headers, libraries and run-time object files will be searched in there. More specifically, this acts as if @option{--sysroot=@var{dir}} was added to the default options of the built |