This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
[perl5.git] / hints / irix_5.sh
index e4d0347..9d6e802 100644 (file)
@@ -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"