From: H.Merijn Brand Date: Tue, 3 Feb 2004 12:57:37 +0000 (+0000) Subject: If someone chooses xlc as default C compiler, threaded builds X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d885ff3e09296e8fc3a676b08705fee491eed903;p=p5sagit%2Fp5-mst-13.2.git If someone chooses xlc as default C compiler, threaded builds will fail, unless converted to cc_r p4raw-id: //depot/perl@22261 --- diff --git a/hints/aix.sh b/hints/aix.sh index 8bda32c..ca7052b 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -314,7 +314,7 @@ $define|true|[yY]*) esac ;; cc_r) ;; - cc|xl[cC]_r) + cc|xl[cC]|xl[cC]_r) echo >&4 "Switching cc to cc_r because of POSIX threads." # xlc_r has been known to produce buggy code in AIX 4.3.2. # (e.g. pragma/overload core dumps) Let's suspect xlC_r, too.