CMUCL commit: cmucl-www/cmucl-www/www (platforms.html)

Raymond Toy rtoy at common-lisp.net
Sun Jan 24 17:10:18 CET 2010


    Date: Sunday, January 24, 2010 @ 11:10:18
  Author: rtoy
    Path: /project/cmucl/cvsroot/cmucl-www/cmucl-www/www

Modified: platforms.html

o Move darwin/ppc to unsupported section.
o Note tha sparc and ppc also have gencgc.


----------------+
 platforms.html |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)


Index: cmucl-www/cmucl-www/www/platforms.html
diff -u cmucl-www/cmucl-www/www/platforms.html:1.9 cmucl-www/cmucl-www/www/platforms.html:1.10
--- cmucl-www/cmucl-www/www/platforms.html:1.9	Tue Mar 10 21:25:07 2009
+++ cmucl-www/cmucl-www/www/platforms.html	Sun Jan 24 11:10:18 2010
@@ -50,11 +50,6 @@
      MacOS X (x86). They require 10.4 (Tiger) or later.
 </dd>
 
-<dt> Darwin/ppc </dt>
-<dd> The 19f release binaries work with MacOS X version 10.4.  For
-older versions of MacOS X, use the 19c binaries.
-</dd>
-
 <dt> FreeBSD/i386 and amd64 </dt>
 
 <dd> The 19e release binaries have been built on the i386
@@ -101,6 +96,12 @@
     but were supported by previous releases:
 
 <dl>
+<dt> Darwin/ppc </dt>
+<dd> The 19f release binaries work with MacOS X version 10.4.  For
+older versions of MacOS X, use the 19c binaries.  No developer has
+access to a ppc running MacOS X anymore.
+</dd>
+
 <dt> NetBSD/x86 </dt>
 <dd> The 19c release binaries should work on any i586 or better processor.
      The 19c binaries should work with NetBSD releases xx and yy. </dd>
@@ -136,10 +137,10 @@
 
 <h3>Platform-specific build options</h3>
 
-<p> The builds for x86 platforms include a generational conservative
-garbage collector (this can be tested for through the presence of the
-<tt>:gencgc</tt> feature). The other architectures use a stop-and-copy
-garbage collector. </p>
+<p> The builds for x86, sparc, and ppc platforms include a
+generational conservative garbage collector (this can be tested for
+through the presence of the <tt>:gencgc</tt> feature). The other
+architectures use a stop-and-copy garbage collector. </p>
 
 <p> The x86 builds also include basic multiprocessing support (this can be
 tested for through the presence of the <tt>:mp</tt> feature). The



More information about the cmucl-commit mailing list