0.8alpha.0.15:
[sbcl.git] / slam.sh
diff --git a/slam.sh b/slam.sh
index 457ebf8..8b10301 100644 (file)
--- a/slam.sh
+++ b/slam.sh
@@ -82,8 +82,12 @@ case "$HOST_TYPE" in
            INIT="--sysinit /dev/null --userinit /dev/null"
            CORE="--core"
            ;;
+    clisp) LISP="clisp"
+           INIT="-norc"
+           CORE="-M"
+           ;;
     *)     echo unknown host type: "$HOST_TYPE"
-           echo should be one of "sbcl" or "cmucl"
+           echo should be one of "sbcl", "cmucl", or "clisp"
            exit 1
 esac