diff options
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" |