diff options
author | Richard Guenther <rguenth@gcc.gnu.org> | 2005-02-21 10:03:07 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2005-02-21 10:03:07 +0000 |
commit | 5dd906880f1f9f8986dcdbb1a6e1e1c8bf427361 (patch) | |
tree | a348e34d3e114f9137ba125b2d9e63ce202d34e4 /gcc | |
parent | 5fd7c1e7fa1acad750e5f81e7fd4c6e251d900c3 (diff) | |
download | gcc-5dd906880f1f9f8986dcdbb1a6e1e1c8bf427361.zip gcc-5dd906880f1f9f8986dcdbb1a6e1e1c8bf427361.tar.gz gcc-5dd906880f1f9f8986dcdbb1a6e1e1c8bf427361.tar.bz2 |
re PR bootstrap/13770 ([doc] --with-gc not documented)
2005-02-21 Richard Guenther <rguenth@gcc.gnu.org>
PR bootstrap/13770
* doc/install.texi: Document --with-gc.
From-SVN: r95325
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 05a2f65..dc0060b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dcd8e2c..0a629a7 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), |