Fix bug in the instructions to generate a cross-compiler band.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 10 Nov 1993 22:47:25 +0000 (22:47 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 10 Nov 1993 22:47:25 +0000 (22:47 +0000)
v7/src/compiler/documentation/porting.guide

index a9cdac852763234aee11ffc4b08064e6b7763a96..240d34c672aa07413e8e814423badbe8ee933a25 100644 (file)
@@ -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 "<sparc compiler directory>")
        (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