summaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-26 19:07:01 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-26 19:07:01 +0000
commitaa56f7436069fbab48c10648d4dbd22862714887 (patch)
treeac07da256c85524b2c8cfa71293ea6ba9e0cb9f0 /gcc/doc
parent58c5f008ca19c1255dacf9ccd88f5eee28d00a5d (diff)
downloadgcc-aa56f7436069fbab48c10648d4dbd22862714887.tar.gz
2010-10-26 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/install.texi: Fix typo in --with-sysroot description. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165980 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index ce6b5cffc1b..877ae5f3143 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