The AIX cc 5.0.0.0 is simply too buggy.
Jarkko Hietaniemi [Sat, 22 Sep 2001 13:20:20 +0000 (13:20 +0000)]
p4raw-id: //depot/perl@12130

hints/aix.sh

index 39b7791..40c7b66 100644 (file)
@@ -160,14 +160,14 @@ EOF
      5.0.0.0)
        cat >&4 <<EOF
 ***
-*** This C compiler ($ccversion) is known to have optimizer problems
-*** when compiling perl.c.
+*** This C compiler ($ccversion) is known to have too many optimizer
+*** bugs to compile a working Perl.
 ***
-*** Disabling optimization for that file but consider upgrading
-*** your C compiler.
+*** Consider upgrading your C compiler, or getting the GNU cc (gcc).
 ***
+*** Cannot continue, aborting.
 EOF
-perl_cflags='optimize='
+       exit 1
        ;;
      5.0.1.0)
        cat >&4 <<EOF