summaryrefslogtreecommitdiff
path: root/slam.sh
diff options
context:
space:
mode:
authorDouglas Katzman <dougk@google.com>2022-01-11 10:59:40 -0500
committerDouglas Katzman <dougk@google.com>2022-01-11 10:59:40 -0500
commit6d74c06e9874bb5e8439c3298bd2b80235d7b33a (patch)
tree6d1df91e38d83d538f9a78ce5258a7dc9b54ee48 /slam.sh
parent769a927803a9c550e9cdac32692d39acd838dae8 (diff)
Restore slam to allow non-installed sbcl as host
Diffstat (limited to 'slam.sh')
-rw-r--r--slam.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/slam.sh b/slam.sh
index ef22851b0..153e4eeba 100644
--- a/slam.sh
+++ b/slam.sh
@@ -88,7 +88,7 @@ case "$HOST_TYPE" in
INIT="-noinit"
CORE="-core"
;;
- sbcl) LISP="sbcl"
+ sbcl) LISP="${SBCL_XC_HOST:-sbcl}"
INIT="--no-sysinit --no-userinit"
CORE="--core"
;;