From 2bd05ca965edd63fb7a610027145e8e58a0b7505 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 18 Nov 1992 15:34:34 +0000 Subject: [PATCH] Conditionalize according to PROC_TYPE. --- v7/src/microcode/m/alpha.h | 4 +++- v7/src/microcode/m/apoll68k.h | 6 ++++-- v7/src/microcode/m/hcx.h | 7 +++++-- v7/src/microcode/m/hp9k300.h | 6 ++++-- v7/src/microcode/m/hp9k400.h | 6 ++++-- v7/src/microcode/m/hp9k800.h | 6 ++++-- 6 files changed, 24 insertions(+), 11 deletions(-) diff --git a/v7/src/microcode/m/alpha.h b/v7/src/microcode/m/alpha.h index 665aa3ee2..930026456 100644 --- a/v7/src/microcode/m/alpha.h +++ b/v7/src/microcode/m/alpha.h @@ -1,13 +1,15 @@ /* -*-C-*- Machine file for DEC Alpha computers. -$Id: alpha.h,v 1.2 1992/09/26 02:46:49 cph Exp $ +$Id: alpha.h,v 1.3 1992/11/18 15:31:25 gjr Exp $ Copyright (c) 1992 Digital Equipment Corporation */ +#ifndef PROC_TYPE #define PROC_TYPE PROC_TYPE_ALPHA +#endif /* PROC_TYPE */ /* The following crock seems to be needed, since ULTRIX on the vax has libg but ULTRIX on the pmax doesn't! diff --git a/v7/src/microcode/m/apoll68k.h b/v7/src/microcode/m/apoll68k.h index c68166659..920832d77 100644 --- a/v7/src/microcode/m/apoll68k.h +++ b/v7/src/microcode/m/apoll68k.h @@ -1,9 +1,9 @@ /* -*-C-*- Machine file for Apollo 68k -$Id: apoll68k.h,v 1.2 1992/09/26 02:46:51 cph Exp $ +$Id: apoll68k.h,v 1.3 1992/11/18 15:32:04 gjr Exp $ -Copyright (c) 1989-92 Massachusetts Institute of Technology +Copyright (c) 1989-1992 Massachusetts Institute of Technology Copyright (c) 1991 Michael K. Gschwind This material was developed by the Scheme project at the Massachusetts @@ -34,7 +34,9 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ +#ifndef PROC_TYPE #define PROC_TYPE PROC_TYPE_UNKNOWN +#endif /* PROC_TYPE */ #ifndef ALTERNATE_CC diff --git a/v7/src/microcode/m/hcx.h b/v7/src/microcode/m/hcx.h index b3e58efbf..b5a8e09f7 100644 --- a/v7/src/microcode/m/hcx.h +++ b/v7/src/microcode/m/hcx.h @@ -1,9 +1,9 @@ /* -*-C-*- Machine file for Harris HCX computers -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hcx.h,v 1.1 1989/09/19 17:51:29 cph Rel $ +$Id: hcx.h,v 1.2 1992/11/18 15:32:50 gjr Exp $ -Copyright (c) 1989 Massachusetts Institute of Technology +Copyright (c) 1989-1992 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -33,4 +33,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ +#ifndef PROC_TYPE #define PROC_TYPE PROC_TYPE_HCX +#endif /* PROC_TYPE */ + diff --git a/v7/src/microcode/m/hp9k300.h b/v7/src/microcode/m/hp9k300.h index 804a57ddd..484a4f900 100644 --- a/v7/src/microcode/m/hp9k300.h +++ b/v7/src/microcode/m/hp9k300.h @@ -1,9 +1,9 @@ /* -*-C-*- Machine file for HP9000 series 300 (or 200) -$Id: hp9k300.h,v 1.9 1992/09/26 02:46:52 cph Exp $ +$Id: hp9k300.h,v 1.10 1992/11/18 15:33:39 gjr Exp $ -Copyright (c) 1989-92 Massachusetts Institute of Technology +Copyright (c) 1989-1992 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -40,7 +40,9 @@ MIT in each case. */ /* Change this to PROC_TYPE_68000 if your machine is a series 200 or a model 310. */ +#ifndef PROC_TYPE #define PROC_TYPE PROC_TYPE_68020 +#endif /* PROC_TYPE */ /* The M4_SWITCH_MACHINE must contain -DHP if using HP C, -DGCC, if using GCC, and nothing special if using PCC. diff --git a/v7/src/microcode/m/hp9k400.h b/v7/src/microcode/m/hp9k400.h index b623751d4..83530eb2d 100644 --- a/v7/src/microcode/m/hp9k400.h +++ b/v7/src/microcode/m/hp9k400.h @@ -1,9 +1,9 @@ /* -*-C-*- Machine file for HP9000 series 400 (or 300) with 68040 -$Id: hp9k400.h,v 1.5 1992/09/26 02:46:53 cph Exp $ +$Id: hp9k400.h,v 1.6 1992/11/18 15:34:34 gjr Exp $ -Copyright (c) 1991-92 Massachusetts Institute of Technology +Copyright (c) 1991-1992 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -40,7 +40,9 @@ MIT in each case. */ /* Change this to PROC_TYPE_68000 if your machine is a series 200 or a model 310. */ +#ifndef PROC_TYPE #define PROC_TYPE PROC_TYPE_68020 +#endif /* PROC_TYPE */ /* The M4_SWITCH_MACHINE must contain -DHP if using HP C, -DGCC, if using GCC, and nothing special if using PCC. diff --git a/v7/src/microcode/m/hp9k800.h b/v7/src/microcode/m/hp9k800.h index 0ef12e3e6..2976e2696 100644 --- a/v7/src/microcode/m/hp9k800.h +++ b/v7/src/microcode/m/hp9k800.h @@ -1,9 +1,9 @@ /* -*-C-*- Machine file for HP9000 series 600, 700, 800. -$Id: hp9k800.h,v 1.9 1992/09/26 02:46:53 cph Exp $ +$Id: hp9k800.h,v 1.10 1992/11/18 15:30:56 gjr Exp $ -Copyright (c) 1989-92 Massachusetts Institute of Technology +Copyright (c) 1989-1992 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -33,7 +33,9 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ +#ifndef PROC_TYPE #define PROC_TYPE PROC_TYPE_HPPA +#endif /* PROC_TYPE */ #if defined(HAVE_STARBASE_GRAPHICS) && !defined(STARBASE_DEVICE_DRIVERS) /* Add additional Starbase device drivers here. */ -- 2.25.1