This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: install.texi cleanups


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]