This is necessary for the time being and might be needed in the future.
HOST_COMPILER = '$(MIT_SCHEME_EXE)' --batch-mode $(HOST_COMPILER_HEAP) --no-init-file \
--eval '(begin $(HOST_COMPILER_SETTINGS))' --load runtime/host-adapter.scm
-HOST_RUNTIME_ONLY = '$(MIT_SCHEME_EXE)' --batch-mode $(HOST_COMPILER_HEAP) \
- --band runtime.com --no-init-file --load runtime/host-adapter.scm
-
HOST_SF_ONLY = '$(MIT_SCHEME_EXE)' --batch-mode $(HOST_COMPILER_HEAP) \
--band runtime.com --no-init-file --eval '(load-option (quote sf))' \
--load runtime/host-adapter.scm
compiler/machines/svm/compile-assembler.scm
(echo '(with-working-directory-pathname "compiler/machines/svm"' && \
echo ' (lambda () (load "compile-assembler")))') \
- | $(HOST_RUNTIME_ONLY)
+ | $(HOST_SF_ONLY)
################
# CREF