diff options
Diffstat (limited to 'config/mh-irix4')
-rw-r--r-- | config/mh-irix4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mh-irix4 b/config/mh-irix4 index b42e667..2c19727 100644 --- a/config/mh-irix4 +++ b/config/mh-irix4 @@ -3,6 +3,6 @@ # environment. Also bump switch table size so that cp-parse will # compile. -CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1500 +CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 SYSV = -DSYSV RANLIB = true |