Minor changes to reflect VAX needs.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 21 May 1989 14:52:30 +0000 (14:52 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 21 May 1989 14:52:30 +0000 (14:52 +0000)
Add base/crstop to compiler files.

The compiler system name now includes the processor kind (Motorola
MC68020), (DEC VAX), etc.

v7/src/compiler/machines/bobcat/make.scm-68040

index e34a47f03697ad06c165ec3cd5fd520dcfb89f04..e8bb992a2f4d0c52f7831bcf765f26451ff28a80 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.43 1989/05/08 23:14:41 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.44 1989/05/21 14:52:30 jinx Exp $
 
 Copyright (c) 1988, 1989 Massachusetts Institute of Technology
 
@@ -41,4 +41,4 @@ MIT in each case. |#
            ((package/reference (find-package name) 'INITIALIZE-PACKAGE!)))
          '((COMPILER MACROS)
            (COMPILER DECLARATIONS)))
-(add-system! (make-system "Liar" 4 43 '()))
\ No newline at end of file
+(add-system! (make-system "Liar (Motorola MC68020)" 4 44 '()))
\ No newline at end of file