Change sun 3 to use 68040 compiled-code format, so it can share
authorChris Hanson <org/chris-hanson/cph>
Tue, 15 Oct 1991 22:53:36 +0000 (22:53 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 15 Oct 1991 22:53:36 +0000 (22:53 +0000)
binaries with other 680x0 machines.

v7/src/microcode/m/sun3.h

index 182fb8469d174a4312ccc400c9999e5652877e37..079f674fc58d70d85b86ab558e3b2b88606ec47b 100644 (file)
@@ -1,9 +1,9 @@
 /* -*-C-*-
    Machine file for Sun 3
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/sun3.h,v 1.3 1990/06/20 19:54:08 cph Rel $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/sun3.h,v 1.4 1991/10/15 22:53:36 cph Exp $
 
-Copyright (c) 1989, 1990 Massachusetts Institute of Technology
+Copyright (c) 1989-91 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -39,11 +39,11 @@ MIT in each case. */
 
 /* If your machine doesn't have a 68881 coprocessor, remove
    "-f68881" from this line and the LD_SWITCH_MACHINE line. */
-#define C_SWITCH_MACHINE -Dsun3 -DTYPE_CODE_LENGTH=6 -f68881
+#define C_SWITCH_MACHINE -Dsun3 -DTYPE_CODE_LENGTH=6 -DCOMPILER_PROCESSOR_TYPE=COMPILER_MC68040_TYPE -f68881
 #define LD_SWITCH_MACHINE -f68881
 
 #else /* ALTERNATE_CC */
 
-#define C_SWITCH_MACHINE -Dsun3 -DTYPE_CODE_LENGTH=6
+#define C_SWITCH_MACHINE -Dsun3 -DTYPE_CODE_LENGTH=6 -DCOMPILER_PROCESSOR_TYPE=COMPILER_MC68040_TYPE
 
 #endif