From: Taylor R Campbell <campbell@mumble.net>
Date: Sat, 10 Aug 2019 04:43:58 +0000 (+0000)
Subject: Need to load sf before host-adapter.scm these days, it seems.
X-Git-Tag: mit-scheme-pucked-10.1.20~11^2~97
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4c020433b16cea6facb1b530ada635c99c50efa5;p=mit-scheme.git

Need to load sf before host-adapter.scm these days, it seems.
---

diff --git a/src/Makefile.tools.in b/src/Makefile.tools.in
index d3c3b1203..ffa9554e5 100644
--- a/src/Makefile.tools.in
+++ b/src/Makefile.tools.in
@@ -99,9 +99,9 @@ HOST_COMPILER = '$(MIT_SCHEME_EXE)' $(HOST_COMPILER_HEAP) \
 
 HOST_SYNTAXER = '$(MIT_SCHEME_EXE)' --band runtime.com $(HOST_COMPILER_HEAP) \
   --batch-mode --no-init-file \
+  --eval '(load-option (quote SF))' \
   --load runtime/host-adapter.scm \
   --eval '(load-option (quote CREF))' \
-  --eval '(load-option (quote SF))' \
   --eval '(begin $(CREF_SETTINGS))' \
   --eval '(begin $(SF_SETTINGS))' \
   # end of HOST_SYNTAXER