From: Guillermo J. Rozas Date: Wed, 10 Nov 1993 22:47:25 +0000 (+0000) Subject: Fix bug in the instructions to generate a cross-compiler band. X-Git-Tag: 20090517-FFI~7544 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a02ba41d5e6048523ab18cbe00baa4425693fa66;p=mit-scheme.git Fix bug in the instructions to generate a cross-compiler band. --- diff --git a/v7/src/compiler/documentation/porting.guide b/v7/src/compiler/documentation/porting.guide index a9cdac852..240d34c67 100644 --- a/v7/src/compiler/documentation/porting.guide +++ b/v7/src/compiler/documentation/porting.guide @@ -1,9 +1,9 @@ Emacs: Please use -*- Text -*- mode. Thank you. -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/documentation/porting.guide,v 1.25 1993/03/25 22:20:23 jawilson Exp $ +$Id: porting.guide,v 1.26 1993/11/10 22:47:25 gjr Exp $ -Copyright (c) 1991-1992 Massachusetts Institute of Technology +Copyright (c) 1991-1993 Massachusetts Institute of Technology LIAR PORTING GUIDE @@ -2927,10 +2927,17 @@ option, and typing (begin (cd "") (load "comp.cbf") + (disk-restore "runtime+sf.com")) + + ;; After the disk-restore + + (begin + (load "make") (in-package (->environment '(compiler)) - (set! compiler:cross-compiling? true))) + (set! compiler:cross-compiling? true)) + (disk-save "sparccom.com")) -to load the compiler. +to produce a cross-compiler band called "sparccom.com". Once you have the cross-compiler, you can use CROSS-COMPILE-BIN-FILE to generate .moc files. The .moc files can be translated to .psb