X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=slam.sh;h=632672b8dac8eee5131a3ec825c455f393582a95;hb=1bbd405c3c21f93db7aa956946738c8a3f30837d;hp=8b1030103f7d8093a4d445bb9ab19958f63118b5;hpb=78164d7ec6e90551208719b0445286eccf35c451;p=sbcl.git diff --git a/slam.sh b/slam.sh index 8b10301..632672b 100644 --- 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