Tweak Makefile to ensure that SF is loaded prior to host-adapter.
authorChris Hanson <org/chris-hanson/cph>
Thu, 18 Jul 2019 01:24:29 +0000 (21:24 -0400)
committerChris Hanson <org/chris-hanson/cph>
Thu, 18 Jul 2019 01:24:29 +0000 (21:24 -0400)
This is necessary for the time being and might be needed in the future.

src/Makefile.in

index 254232e63a97496d1fd58d55e1af5b55573bfe65..369b8cc9459ca8857149d08ac93ca76059f75b40 100644 (file)
@@ -87,9 +87,6 @@ HOST_COMPILER_SETTINGS = \
 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
@@ -260,7 +257,7 @@ compiler/machines/svm/svm1-defns.h: \
          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