Commit d47abcca by Jonathan Wakely Committed by Jonathan Wakely

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
parent 5609699a
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> 2010-10-26 Jan Hubicka <jh@suse.cz>
* ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p): * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p):
...@@ -1680,8 +1680,8 @@ The following options only apply to building cross compilers. ...@@ -1680,8 +1680,8 @@ The following options only apply to building cross compilers.
@table @code @table @code
@item --with-sysroot @item --with-sysroot
@itemx --with-sysroot=@var{dir} @itemx --with-sysroot=@var{dir}
Tells GCC to consider @var{dir} as the root of a tree that contains a Tells GCC to consider @var{dir} as the root of a tree that contains
(subset of) the root filesystem of the target operating system. (a subset of) the root filesystem of the target operating system.
Target system headers, libraries and run-time object files will be Target system headers, libraries and run-time object files will be
searched in there. More specifically, this acts as if searched in there. More specifically, this acts as if
@option{--sysroot=@var{dir}} was added to the default options of the built @option{--sysroot=@var{dir}} was added to the default options of the built
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment