This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
AIX is picky about its symbol exports. Solution for now
[perl5.git] / hints / ultrix_4.sh
index 9217cc3..f418ea1 100644 (file)
@@ -34,16 +34,16 @@ case "$cc" in
 *gcc*) ;;
 *)
     case "$osvers" in
-    *4.1*)     ccflags="$ccflags -DLANGUAGE_C -Olimit 3400" ;;
-    *4.2*)     ccflags="$ccflags -DLANGUAGE_C -Olimit 3400"
+    *4.1*)     ccflags="$ccflags -DLANGUAGE_C -Olimit 3800" ;;
+    *4.2*)     ccflags="$ccflags -DLANGUAGE_C -Olimit 3800"
                # Prototypes sometimes cause compilation errors in 4.2.
                prototype=undef   
                case "$myuname" in
                *risc*)  d_volatile=undef ;;
                esac
                ;;
-    *4.3*)     ccflags="$ccflags -std1 -DLANGUAGE_C -Olimit 3400" ;;
-    *) ccflags="$ccflags -std -Olimit 3400" ;;
+    *4.3*)     ccflags="$ccflags -std1 -DLANGUAGE_C -Olimit 3800" ;;
+    *) ccflags="$ccflags -std -Olimit 3800" ;;
     esac
     ;;
 esac