Change 22261 by [EMAIL PROTECTED] on 2004/02/03 12:57:37

        If someone chooses xlc as default C compiler, threaded builds
        will fail, unless converted to cc_r

Affected files ...

... //depot/perl/hints/aix.sh#94 edit

Differences ...

==== //depot/perl/hints/aix.sh#94 (text) ====
Index: perl/hints/aix.sh
--- perl/hints/aix.sh#93~22243~ Wed Jan 28 12:30:40 2004
+++ perl/hints/aix.sh   Tue Feb  3 04:57:37 2004
@@ -314,7 +314,7 @@
                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.
End of Patch.

Reply via email to