0.9.2.38: thread cleanup, paranoid
[sbcl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index f5d7e71..6cff13c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -187,6 +187,10 @@ INSTALLING SBCL
 
     * Check that the host lisp you're building with is known to work
       as an SBCL build host, and the your OS is supported.
+      
+    * Try to do a build without loading any initialization files
+      for the cross-compilation host (for example
+      "sh make.sh 'sbcl --userinit /dev/null --sysinit /dev/null'").
 
     * Some GCC versions are known to have bugs that affect SBCL
       compilation: if the error you're encountering seems related to
@@ -224,6 +228,7 @@ INSTALLING SBCL
     CMUCL
     OpenMCL
     CLISP (recent versions only)
+    ABCL (recent versions only)
 
     Note that every release isn't tested with every possible host
     compiler.  You're most likely to get a clean build with SBCL itself