This is the mail archive of the gcc@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: GCC 4.2.0 RC3 Available


On 5/6/07, Mark Mitchell <mark@codesourcery.com> wrote:
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.

I have verified that on the branch


- without any checking option defined we build stage1 with checking=yes
  and further stages with release checking
- with --enable-checking=release we build all stages with release checking
- with --disable-stage1-checking we build stage1 with --disable-checking
  and further stages with release checking
- with --enable-stage1-checking=release we build stage1 with release checking

So,

2007-05-05 Richard Guenther <rguenther@suse.de>

       * doc/install.texi (--enable-checking): Mention different
       default for stage1.
       (--enable-stage1-checking): Document.

Attachment: disables1c
Description: Binary data


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