diff options
author | Kurt D. Starsinic <kstar@wolfetech.com> | 1998-04-06 09:12:47 -0400 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-05-14 15:32:39 +0000 |
commit | 47c6d7655fb58c9fbd38a32955939fd698a4b2e6 (patch) | |
tree | 0dd7ae984e8300d1e41d0171b7cdbc48fca55324 /hints/irix_5.sh | |
parent | 120e76fd67bb8d4383ff9b055e404dfb696f957e (diff) | |
download | perl-47c6d7655fb58c9fbd38a32955939fd698a4b2e6.tar.gz |
Config: Irix 5 hints
p4raw-id: //depot/perl@956
Diffstat (limited to 'hints/irix_5.sh')
-rw-r--r-- | hints/irix_5.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/irix_5.sh b/hints/irix_5.sh index e4d0347328..9d6e80246c 100644 --- a/hints/irix_5.sh +++ b/hints/irix_5.sh @@ -12,7 +12,7 @@ i_time='define' case "$cc" in *gcc*) ccflags="$ccflags -D_BSD_TYPES" ;; -*) ccflags="$ccflags -D_POSIX_SOURCE -ansiposix -D_BSD_TYPES -Olimit 3000" ;; +*) ccflags="$ccflags -D_POSIX_SOURCE -ansiposix -D_BSD_TYPES -Olimit 4000" ;; esac lddlflags="-shared" |