summaryrefslogtreecommitdiff
path: root/make-c-runtime.sh
diff options
context:
space:
mode:
authorDouglas Katzman <dougk@google.com>2018-02-27 20:32:06 -0500
committerDouglas Katzman <dougk@google.com>2018-02-27 20:41:39 -0500
commit182834a384dac7091f5912e51fcdb900a70c910a (patch)
treefe798af559cf45f0bb999b8e789eeb18c5ce6142 /make-c-runtime.sh
parent1b40fd383b4637b5fa0ced5ec7596d1014a8e998 (diff)
Unbreak standalone build of C executable sans core
Diffstat (limited to 'make-c-runtime.sh')
-rwxr-xr-xmake-c-runtime.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/make-c-runtime.sh b/make-c-runtime.sh
index 7e83c9a33..47314a6cf 100755
--- a/make-c-runtime.sh
+++ b/make-c-runtime.sh
@@ -6,6 +6,7 @@
time $SBCL_XC_HOST <<EOF
(load "src/cold/shared.lisp")
(load "src/cold/set-up-cold-packages.lisp")
+(load "tools-for-build/corefile.lisp")
(in-package "SB-COLD")
(in-host-compilation-mode
(lambda (&aux (*features* (cons :c-headers-only *features*)))