This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: install.texi cleanups
- From: "Joseph S. Myers" <joseph at codesourcery dot com>
- To: Ralf Wildenhues <Ralf dot Wildenhues at gmx dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 26 Sep 2009 16:43:26 +0000 (UTC)
- Subject: Re: install.texi cleanups
- References: <20090926092929.GA2348@gmx.de>
On Sat, 26 Sep 2009, Ralf Wildenhues wrote:
> 2009-09-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
>
> * doc/install.texi: Linguistic and markup fixes.
> (Configuration) <--disable-cpp>: Remove description.
> <--enable-maintainer-mode>: Autotools files are affected, too.
> <--with-sysroot>: Improve description.
> (Building): Bump required GNU make version.
OK if no objections from build system maintainers within 72 hours, with
one change:
> @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.
> Target system headers, libraries and run-time object files will be
> -searched in there. The specified directory is not copied into the
> +searched in there. More specifically, this acts as if
> +@code{--sysroot=@var{dir}} was added to the default options of the built
> +compiler. The specified directory is not copied into the
@option{--sysroot=@var{dir}}
--
Joseph S. Myers
joseph@codesourcery.com