FASL=`get_fasl_file`
run_cmd_in_dir runtime ../microcode/scheme --library ../lib \
- --fasl "${FASL}" --heap 6000 <<EOF
+ --fasl "${FASL}" --heap 6000 --batch-mode <<EOF
(begin
(load-option (quote compiler))
(load-option (quote cref))
# Finish the cross-compilation with the new machine.
run_cmd_in_dir runtime \
- ../microcode/scheme --library ../lib --fasl make.bin <<EOF
+ ../microcode/scheme --library ../lib --fasl make.bin --batch-mode <<EOF
(begin
(load "../compiler/base/crsend")
(finish-cross-compilation:directory ".."))
run_make compile-microcode
run_cmd_in_dir runtime ../microcode/scheme --library ../lib \
- --fasl make.bin --heap 6000 <<EOF
+ --fasl make.bin --heap 6000 --batch-mode <<EOF
(begin
(load "../compiler/base/crsend")
(finish-cross-compilation:directory ".."))