From: Kurt D. Starsinic Date: Mon, 6 Apr 1998 13:12:47 +0000 (-0400) Subject: Config: Irix 5 hints X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=47c6d7655fb58c9fbd38a32955939fd698a4b2e6;p=p5sagit%2Fp5-mst-13.2.git Config: Irix 5 hints p4raw-id: //depot/perl@956 --- diff --git a/hints/irix_5.sh b/hints/irix_5.sh index e4d0347..9d6e802 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"