Must load host-adapter when compiling svm1.
authorChris Hanson <org/chris-hanson/cph>
Sun, 5 Mar 2017 07:18:06 +0000 (23:18 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sun, 5 Mar 2017 07:18:06 +0000 (23:18 -0800)
src/Makefile.in

index 11b4a001c4d65d6340023cbdb08315a13afa1975..0baf53dfdebb499cea3284102c5b59b1263cccee 100644 (file)
@@ -164,7 +164,9 @@ compiler/machines/svm/svm1-defns.h: \
          compiler/machines/svm/assembler-runtime.scm \
          compiler/machines/svm/compile-assembler.scm
        ( cd compiler/machines/svm/ \
-         && "$(MIT_SCHEME_EXE)" --batch-mode --load compile-assembler \
+         && "$(MIT_SCHEME_EXE)" --batch-mode \
+               --load ../../../runtime/host-adapter \
+               --load compile-assembler \
                </dev/null )
 
 # XXX This should really depend on microcode/gen-nonce and