0.8alpha.0.20:
[sbcl.git] / slam.sh
diff --git a/slam.sh b/slam.sh
index 8b10301..632672b 100644 (file)
--- a/slam.sh
+++ b/slam.sh
@@ -86,6 +86,11 @@ case "$HOST_TYPE" in
            INIT="-norc"
            CORE="-M"
            ;;
+    openmcl)
+           LISP="openmcl"
+          INIT="-b"
+          CORE="-I"
+          ;;
     *)     echo unknown host type: "$HOST_TYPE"
            echo should be one of "sbcl", "cmucl", or "clisp"
            exit 1