summaryrefslogtreecommitdiff
path: root/doc/README.autoconf
diff options
context:
space:
mode:
authorivmai <ivmai>2011-05-05 05:24:48 +0000
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:58 +0400
commitb898fa85675826496de2c476276ff8ca4af756bf (patch)
tree387dd91ea9c61c5076b89055dc5d63219697270e /doc/README.autoconf
parent1d242bf67846646f8abb2705a349917f158d3319 (diff)
downloadbdwgc-b898fa85675826496de2c476276ff8ca4af756bf.tar.gz
2011-05-05 Ivan Maidanski <ivmai@mail.ru>
* dbg_mlc.c (GC_has_other_debug_info): Fix punctuation in the comment. * dbg_mlc.c (GC_FREED_MEM_MARKER): New macro. * dbg_mlc.c (GC_debug_free): Use GC_FREED_MEM_MARKER. * dbg_mlc.c (GC_smashed): Refine documentation. * mark.c (GC_push_selected): Change dirty_fn return type to GC_bool. * os_dep.c (GC_page_was_ever_dirty): Make GC_INNER. * reclaim.c (GC_reclaim_small_nonempty_block): Remove "kind" local variable. * reclaim.c (GC_reclaim_block): Pass true constant to GC_reclaim_small_nonempty_block (instead of report_if_found). * doc/README.autoconf: Update; fix a typo. * include/private/gcconfig.h (GC_WORD_C): New macro.
Diffstat (limited to 'doc/README.autoconf')
-rw-r--r--doc/README.autoconf6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.autoconf b/doc/README.autoconf
index f8640bec..94833f65 100644
--- a/doc/README.autoconf
+++ b/doc/README.autoconf
@@ -1,4 +1,4 @@
-As of GC6.0alpha8, we attempt to support GNU-style builds based on automake,
+Starting from GC v6.0, we support GNU-style builds based on automake,
autoconf and libtool. This is based almost entirely on Tom Tromey's work
with gcj.
@@ -36,7 +36,7 @@ as well as the sources needed to regenerate the derived files. (If I missed
some, please let me know.)
Note that the distribution comes with a "Makefile" which will be overwritten
-by "configure" with one that is not at all equiavelent to the original. The
+by "configure" with one that is not at all equivalent to the original. The
distribution contains a copy of the original "Makefile" in "Makefile.direct".
Important options to configure:
@@ -48,7 +48,7 @@ Important options to configure:
--enable-threads=TYPE choose threading package
--enable-parallel-mark parallelize marking and free list construction
--enable-gc-debug (--enable-full-debug before about 7.0)
- include full support for pointer backtracing etc.
+ include full support for pointer back-tracing etc.
Unless --prefix is set (or --exec-prefix or one of the more obscure options),