1.0.44.20: clarify meaning of make.sh --dynamic-space-size option

EOM.
This commit is contained in:
Nikodemus Siivola 2010-11-10 17:39:25 +00:00
parent 9e83e3dc36
commit 110ebca58d
2 changed files with 6 additions and 2 deletions

View file

@ -121,7 +121,11 @@ Options:
Default prefix is: /usr/local
--dynamic-space-size=<size> Specify default dynamic-space size.
--dynamic-space-size=<size> Default dynamic-space size for target.
This specifies the default dynamic-space size for the SBCL
being built. If you need to control the dynamic-space size
of the host SBCL, use the --xc-host option.
If not provided, the default is platform-specific. <size> is
taken to be megabytes unless explicitly suffixed with Gb in

View file

@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
"1.0.44.19"
"1.0.44.20"