From 5dd906880f1f9f8986dcdbb1a6e1e1c8bf427361 Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Mon, 21 Feb 2005 10:03:07 +0000 Subject: [PATCH] re PR bootstrap/13770 ([doc] --with-gc not documented) 2005-02-21 Richard Guenther PR bootstrap/13770 * doc/install.texi: Document --with-gc. From-SVN: r95325 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 05a2f655ae9..dc0060b23d2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-02-21 Richard Guenther + + PR bootstrap/13770 + * doc/install.texi: Document --with-gc. + 2005-02-21 Paolo Bonzini * simplify-rtx.c (simplify_unary_operation): Add a missing diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dcd8e2cc6dd..0a629a73f29 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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), -- 2.30.2