From: redi Date: Tue, 26 Oct 2010 19:07:01 +0000 (+0000) Subject: 2010-10-26 Jonathan Wakely X-Git-Tag: upstream/4.9.2~25405 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa56f7436069fbab48c10648d4dbd22862714887;p=platform%2Fupstream%2Flinaro-gcc.git 2010-10-26 Jonathan Wakely * 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 --- 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 + + * doc/install.texi: Fix typo in --with-sysroot description. + 2010-10-26 Jan Hubicka * 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