From 75fcc1964d7abd15a7c6b9645b2ed2f037f79cb3 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 13 Aug 1991 18:19:38 +0000 Subject: [PATCH] Add options for 8.01 and 8.05. --- v7/src/microcode/m/hp9k800.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/m/hp9k800.h b/v7/src/microcode/m/hp9k800.h index 79159c7e0..5373ef866 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 800 + Machine file for HP9000 series 600, 700, 800. -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k800.h,v 1.5 1990/06/20 19:54:03 cph Rel $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k800.h,v 1.6 1991/08/13 18:19:38 jinx 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 @@ -40,5 +40,7 @@ MIT in each case. */ #define STARBASE_DEVICE_DRIVERS -ldd98550 #endif -#define C_SWITCH_MACHINE -DTYPE_CODE_LENGTH=6 +/* The following is also needed under HP-UX 8.01: +Obb999 */ + +#define C_SWITCH_MACHINE -DTYPE_CODE_LENGTH=6 -Wp,-H512000 #define M4_SWITCH_MACHINE -DTYPE_CODE_LENGTH=6 -- 2.25.1