From 3ec94070d77e0f0dee272074caa877c38ac82daf Mon Sep 17 00:00:00 2001 From: Nick Papadakis Date: Sat, 13 Nov 1993 01:15:33 +0000 Subject: [PATCH] Extend the -Olimit on the IRIX compiler. --- v7/src/microcode/s/irix4.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/s/irix4.h b/v7/src/microcode/s/irix4.h index 8dd5d8da6..107e8d564 100644 --- a/v7/src/microcode/s/irix4.h +++ b/v7/src/microcode/s/irix4.h @@ -1,7 +1,7 @@ /* -*-C-*- System file for SGI's IRIS version 4.x -$Id: irix4.h,v 1.3 1993/06/24 07:29:32 gjr Exp $ +$Id: irix4.h,v 1.4 1993/11/13 01:15:33 nick Exp $ Copyright (c) 1992-1993 Massachusetts Institute of Technology @@ -41,5 +41,5 @@ MIT in each case. */ #define C_SWITCH_SYSTEM -D_IRIX4 #define ALTERNATE_M4 s/ultrix.m4 -#define ALTERNATE_CC cc -cckr -float +#define ALTERNATE_CC cc -cckr -float -Olimit 2000 #define LIBS_SYSTEM -lmalloc -- 2.25.1