From c0c04288716f56d388b0c97c43f238bd8529d151 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 15 Oct 1991 22:53:36 +0000 Subject: [PATCH] Change sun 3 to use 68040 compiled-code format, so it can share binaries with other 680x0 machines. --- v7/src/microcode/m/sun3.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/m/sun3.h b/v7/src/microcode/m/sun3.h index 182fb8469..079f674fc 100644 --- a/v7/src/microcode/m/sun3.h +++ b/v7/src/microcode/m/sun3.h @@ -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 -- 2.25.1