Changes to configure for either little- or big-endian machines.
authorChris Hanson <org/chris-hanson/cph>
Fri, 21 Jun 1991 00:17:19 +0000 (00:17 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 21 Jun 1991 00:17:19 +0000 (00:17 +0000)
v7/src/compiler/machines/mips/compiler.sf-big
v7/src/compiler/machines/mips/compiler.sf-little
v7/src/compiler/machines/mips/make.scm-big
v7/src/compiler/machines/mips/make.scm-little

index f7f327925406f699c12b6efbd43eb750f8bb53be..57766c7237b94fb1b67f6bb80055421eb376a727 100644 (file)
@@ -1,9 +1,9 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/compiler.sf-big,v 1.1 1990/05/07 04:11:47 jinx Rel $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/compiler.sf-big,v 1.2 1991/06/21 00:15:24 cph Exp $
 $MC68020-Header: comp.sf,v 1.11 89/08/28 18:33:37 GMT cph Exp $
 
-Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
+Copyright (c) 1988-91 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -75,6 +75,7 @@ MIT in each case. |#
                   (access compiler-syntax-table
                           (->environment '(COMPILER MACROS)))))
        (sf-and-load '("machines/mips/machin") '(COMPILER)))
+      (set! (access endianness (->environment '(COMPILER))) 'BIG)
       (fluid-let ((sf/default-declarations
                   '((integrate-external "insseq")
                     (integrate-external "machin")
index 090b0e19566a2df5c4be8b673b303dc872510cab..8fee91c8546d0bdb1f2dcc1147b67eb7f6ade2e4 100644 (file)
@@ -1,9 +1,9 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/compiler.sf-little,v 1.1 1990/05/07 04:11:47 jinx Rel $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/compiler.sf-little,v 1.2 1991/06/21 00:15:06 cph Exp $
 $MC68020-Header: comp.sf,v 1.11 89/08/28 18:33:37 GMT cph Exp $
 
-Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
+Copyright (c) 1988-91 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -75,6 +75,7 @@ MIT in each case. |#
                   (access compiler-syntax-table
                           (->environment '(COMPILER MACROS)))))
        (sf-and-load '("machines/mips/machin") '(COMPILER)))
+      (set! (access endianness (->environment '(COMPILER))) 'LITTLE)
       (fluid-let ((sf/default-declarations
                   '((integrate-external "insseq")
                     (integrate-external "machin")
index 4074f5b7ce1d1fe3939f9adb46d27b5a904f55d6..616424e9ef0209831396ae48853202907b5bc06c 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/make.scm-big,v 4.85 1991/06/17 21:21:52 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/make.scm-big,v 4.86 1991/06/21 00:17:19 cph Exp $
 $MC68020-Header: /scheme/compiler/machines/bobcat/RCS/make.scm,v 4.86 1991/06/12 20:54:31 cph Exp $
 
 Copyright (c) 1988-91 Massachusetts Institute of Technology
@@ -42,4 +42,5 @@ MIT in each case. |#
            ((package/reference (find-package name) 'INITIALIZE-PACKAGE!)))
          '((COMPILER MACROS)
            (COMPILER DECLARATIONS)))
+(set! (access endianness (->environment '(COMPILER))) 'BIG)
 (add-system! (make-system "Liar (MIPS)" 4 86 '()))
\ No newline at end of file
index 7490b517420629b31aa81fdd21504b2fe0987358..59363d3dc9cce38c17f5a38dd70e108401606116 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/make.scm-little,v 4.85 1991/06/17 21:21:52 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/make.scm-little,v 4.86 1991/06/21 00:16:40 cph Exp $
 $MC68020-Header: /scheme/compiler/machines/bobcat/RCS/make.scm,v 4.86 1991/06/12 20:54:31 cph Exp $
 
 Copyright (c) 1988-91 Massachusetts Institute of Technology
@@ -42,4 +42,5 @@ MIT in each case. |#
            ((package/reference (find-package name) 'INITIALIZE-PACKAGE!)))
          '((COMPILER MACROS)
            (COMPILER DECLARATIONS)))
+(set! (access endianness (->environment '(COMPILER))) 'LITTLE)
 (add-system! (make-system "Liar (MIPS)" 4 86 '()))
\ No newline at end of file