From 79bbe372ee475bbb9313061996721d56db3f8db4 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sat, 5 Oct 2013 21:42:03 +0000 Subject: [PATCH] Load crsend.scm into the right environment. --- src/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index c4ab9c9ae..c7bdc4a32 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -484,9 +484,9 @@ cross-barrier: syntax-runtime .PHONY: cross-end cross-end: cross-barrier - (echo '(begin' && \ - echo ' (load "../compiler/base/crsend")' && \ - echo ' (finish-cross-compilation:directory ".."))') \ + (echo '(let ((env (->environment (quote (RUNTIME)))))' && \ + echo ' (load "../compiler/base/crsend" env)' && \ + echo ' ((access FINISH-CROSS-COMPILATION:DIRECTORY env) ".."))') \ | (cd runtime && ../microcode/scheme --batch-mode --library ../lib \ --fasl make.bin) -- 2.25.1