From d47abcca6dac6494f85e7d7f24f84cb699e2958e Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 26 Oct 2010 19:07:01 +0000 Subject: install.texi: Fix typo in --with-sysroot description. 2010-10-26 Jonathan Wakely * doc/install.texi: Fix typo in --with-sysroot description. From-SVN: r165980 --- gcc/ChangeLog | 4 ++++ gcc/doc/install.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'gcc') 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 -- cgit v1.1