From 4e06c2c55e09c72cef3387ce188873e367fe388c Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 28 Mar 1991 18:45:19 +0000 Subject: [PATCH] Bump symbol table size for HP C compiler. --- v7/src/microcode/m/hp9k400.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/m/hp9k400.h b/v7/src/microcode/m/hp9k400.h index edde8f2ee..3d4220468 100644 --- a/v7/src/microcode/m/hp9k400.h +++ b/v7/src/microcode/m/hp9k400.h @@ -1,7 +1,7 @@ /* -*-C-*- Machine file for HP9000 series 400 (or 300) with 68040 -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k400.h,v 1.1 1991/03/24 05:11:17 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k400.h,v 1.2 1991/03/28 18:45:19 jinx Exp $ Copyright (c) 1991 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 -DCOMPILER_PROCESSOR_TYPE=COMPILER_MC68040_TYPE +#define C_SWITCH_MACHINE -Wp,-H60000 -Wc,-Nt30000,-Ns3000 -DTYPE_CODE_LENGTH=6 -DCOMPILER_PROCESSOR_TYPE=COMPILER_MC68040_TYPE #else -- 2.25.1