Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
[p5sagit/p5-mst-13.2.git] / hints / aix.sh
index a55f244..2f19f1c 100644 (file)
@@ -146,6 +146,18 @@ case "$cc" in
 ***
 EOF
        ;;
+     5.0.0.0)
+       cat >&4 <<EOF
+***
+*** This C compiler ($ccversion) is known to have optimizer problems
+*** when compiling perl.c.
+***
+*** Disabling optimization for that file but consider upgrading
+*** your C compiler.
+***
+EOF
+perl_cflags='optimize='
+       ;;
      5.0.1.0)
        cat >&4 <<EOF
 ***