Comments
Patch
===================================================================
@@ -1680,8 +1680,8 @@ The following options only apply to buil
@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
Reported at http://gcc.gnu.org/ml/gcc-bugs/2010-10/msg02141.html Committed as obvious. Thanks for the report, Christophe. 2010-10-26 Jonathan Wakely <jwakely.gcc@gmail.com> * doc/install.texi: Fix typo in --with-sysroot description.