From: Guillermo J. Rozas Date: Thu, 28 Mar 1991 05:37:46 +0000 (+0000) Subject: The HP compiler can't handle x11base.c unless the symbol table size is X-Git-Tag: 20090517-FFI~10806 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e612c3450daea9d9af5196c44285debe6ec88619;p=mit-scheme.git The HP compiler can't handle x11base.c unless the symbol table size is bumped. --- 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