This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.2.0 RC3 Available
Richard Guenther wrote:
> 2007-05-05 Richard Guenther <rguenther@suse.de>
>
> * doc/install.texi (--disable-stage1-checking): Document.
> +@item --disable-stage1-checking
> +@itemx --enable-stage1-checking[=@var{all}]
> +Regardless of what is specified with @samp{--enable-checking} the
> +stage1 compiler is built with checking enabled. For small or slow
> +systems you can disable checking for stage1 using
> +@samp{--disable-stage1-checking}.
Minor editing:
"By default, the Stage 1 compiler is built with checking enabled, even
if @option{--disable-checking} is used. If your system is too slow or
too small to bootstrap the compiler with checking enabled, you can use
@option{--disable-stage1-checking} to disable checking for the Stage 1
compiler."
Note, in particular, that you should use @option rather than @samp.
This patch is OK for 4.2 and mainline, assuming that someone verifies
that the switch actually performs as advertised.
Thanks!
--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713