From e612c3450daea9d9af5196c44285debe6ec88619 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 28 Mar 1991 05:37:46 +0000 Subject: [PATCH] The HP compiler can't handle x11base.c unless the symbol table size is bumped. --- v7/src/microcode/m/hp9k300.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/m/hp9k300.h b/v7/src/microcode/m/hp9k300.h index 2dcc8ebab..61b6082d8 100644 --- a/v7/src/microcode/m/hp9k300.h +++ b/v7/src/microcode/m/hp9k300.h @@ -1,7 +1,7 @@ /* -*-C-*- Machine file for HP9000 series 300 (or 200) -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k300.h,v 1.6 1990/02/06 16:22:17 jinx Rel $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k300.h,v 1.7 1991/03/28 05:37:46 jinx Exp $ Copyright (c) 1989, 1990 Massachusetts Institute of Technology @@ -67,7 +67,7 @@ MIT in each case. */ /* The full optimizer breaks some of the files under 6.5. */ #define C_OPTIMIZE_SWITCH +O1 -#define C_SWITCH_MACHINE -Wp,-H60000 -Wc,-Nt30000 -DTYPE_CODE_LENGTH=6 +#define C_SWITCH_MACHINE -Wp,-H60000 -Wc,-Nt30000,-Ns3000 -DTYPE_CODE_LENGTH=6 #else -- 2.25.1