X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-host-1.sh;h=9892fa1548f4aaf64e31a8c0ec743cb7b22d1f47;hb=8dc064d2296902f01afd9107e89a81146e3771fe;hp=bde0ae5388abb4baa146955cecd4a39320c86eb5;hpb=d147d512602d761a2dcdfded506dd1a8f9a140dc;p=sbcl.git diff --git a/make-host-1.sh b/make-host-1.sh index bde0ae5..9892fa1 100644 --- a/make-host-1.sh +++ b/make-host-1.sh @@ -42,6 +42,6 @@ $SBCL_XC_HOST <<-'EOF' || exit 1 ;; to debug cross-compilation if it isn't.) (when (find :sb-test *shebang-features*) (load "tests/type.before-xc.lisp")) - (host-cload-stem "compiler/generic/genesis") + (host-cload-stem "src/compiler/generic/genesis") (sb!vm:genesis :c-header-file-name "src/runtime/sbcl.h") EOF