diff options
| author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-21 10:03:07 +0000 |
|---|---|---|
| committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-21 10:03:07 +0000 |
| commit | 521053af9b430d06f5bbbbe81c17d4f2bce73d5f (patch) | |
| tree | a348e34d3e114f9137ba125b2d9e63ce202d34e4 | |
| parent | 0755252b79f853560da0e8d765490f750fd4ca6c (diff) | |
| download | ppe42-gcc-521053af9b430d06f5bbbbe81c17d4f2bce73d5f.tar.gz ppe42-gcc-521053af9b430d06f5bbbbe81c17d4f2bce73d5f.zip | |
2005-02-21 Richard Guenther <rguenth@gcc.gnu.org>
PR bootstrap/13770
* doc/install.texi: Document --with-gc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95325 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 05a2f655ae9..dc0060b23d2 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 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), |

