X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=slam.sh;h=8402cca7d899be80cfc194aa5b85e30c891ee03f;hb=9a2e730f74641e7de6ad4099111db92c5ad863bf;hp=d62f0a18303e3717a8059fb6b490a182a07556ae;hpb=0bca0cb1bf5ce5572ab5cd7ba59f87fed1f2edb0;p=sbcl.git diff --git a/slam.sh b/slam.sh index d62f0a1..8402cca 100644 --- a/slam.sh +++ b/slam.sh @@ -55,6 +55,12 @@ # file # Mostly it looks as though such limitations aren't fixable without # the aforementioned rearchitecting or solving the halting problem. +# +# To make this work, you need an after-xc.core file. To cause the +# system to generate an after-xc.core file, you need +# :SB-AFTER-XC-CORE in target features during an ordinary build. +# See the comments in base-target-features.lisp-expr for the +# recommended way to make that happen. ####################################################################### if [ "" != "$*" ]; then @@ -68,7 +74,7 @@ fi # and the SBCL-vs-CMUCL dependence of --core/-core argument syntax # make it too messy to try deal with arbitrary SBCL_XC_HOST variants. # So you have no choice: -export SBCL_XC_HOST='sbcl --noprogrammer' +export SBCL_XC_HOST='sbcl --disable-debugger' # (We don't do make-host-1.sh at all. Hopefully nothing relevant has # changed.)