summaryrefslogtreecommitdiff
path: root/hints/aix.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-22 13:20:20 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-22 13:20:20 +0000
commit201c2286cf70cefadf07007855d7f20f1f6be194 (patch)
treeb192d3cc181ce272ce30e8b2ec3c6a404f2067e0 /hints/aix.sh
parent53db91df2c421cf662d37fd278002c68a1f076c1 (diff)
downloadperl-201c2286cf70cefadf07007855d7f20f1f6be194.tar.gz
The AIX cc 5.0.0.0 is simply too buggy.
p4raw-id: //depot/perl@12130
Diffstat (limited to 'hints/aix.sh')
-rw-r--r--hints/aix.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/hints/aix.sh b/hints/aix.sh
index 39b779184a..40c7b66ae4 100644
--- a/hints/aix.sh
+++ b/hints/aix.sh
@@ -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