re PR bootstrap/13770 ([doc] --with-gc not documented)
authorRichard Guenther <rguenth@gcc.gnu.org>
Mon, 21 Feb 2005 10:03:07 +0000 (10:03 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 21 Feb 2005 10:03:07 +0000 (10:03 +0000)
2005-02-21  Richard Guenther  <rguenth@gcc.gnu.org>

PR bootstrap/13770
* doc/install.texi: Document --with-gc.

From-SVN: r95325

gcc/ChangeLog
gcc/doc/install.texi

index 05a2f655ae96cc38b63f352cf89135efa8d71e5b..dc0060b23d20fa467dbd46e6887794c9f7a78c65 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-21  Richard Guenther  <rguenth@gcc.gnu.org>
+
+       PR bootstrap/13770
+       * doc/install.texi: Document --with-gc.
+
 2005-02-21  Paolo Bonzini  <bonzini@gnu.org>
 
        * simplify-rtx.c (simplify_unary_operation): Add a missing
index dcd8e2cc6dd34619efab29cd58072693d73d80c7..0a629a73f29a0040bc1d07bf51b5762e3e5451f4 100644 (file)
@@ -1145,6 +1145,12 @@ When this option is specified more detailed information on memory
 allocation is gathered.  This information is printed when using
 @option{-fmem-report}.
 
+@item --with-gc
+@itemx --with-gc=@var{choice}
+With this option you can specify the garbage collector implementation
+used during the compilation process.  @var{choice} can be one of
+@samp{page} and @samp{zone}, where @samp{page} is the default.
+
 @item --enable-nls
 @itemx --disable-nls
 The @option{--enable-nls} option enables Native Language Support (NLS),