projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cea3e8
)
Need to load sf before host-adapter.scm these days, it seems.
author
Taylor R Campbell
<campbell@mumble.net>
Sat, 10 Aug 2019 04:43:58 +0000
(
04:43
+0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Sat, 10 Aug 2019 04:43:58 +0000
(
04:43
+0000)
src/Makefile.tools.in
patch
|
blob
|
history
diff --git
a/src/Makefile.tools.in
b/src/Makefile.tools.in
index d3c3b1203a64c026749c6cbe79aa3a312c6dc04f..ffa9554e5779a231bf0664142f0b85656d9ee900 100644
(file)
--- 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