summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2003-11-22 06:45:50 +0000
committerwchang0222%aol.com <devnull@localhost>2003-11-22 06:45:50 +0000
commit724ebed30410cc71eab8201a1ad3c7d88e527322 (patch)
treec003d1378373856f3ea8560c2e4eb2d347669afa
parent89246a41c7049b575cafc69fe20891fa02851339 (diff)
parent47050a929a72dd9a45ed50a8a5c27d02e18ba5e5 (diff)
downloadnss-hg-724ebed30410cc71eab8201a1ad3c7d88e527322.tar.gz
Bugzilla bug 226470: use a C compiler rather than a C++ compiler to compile
C code. The patch is contributed by Philip K. Warren <pkw@us.ibm.com>.
-rw-r--r--security/coreconf/AIX.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/coreconf/AIX.mk b/security/coreconf/AIX.mk
index 365cb62c8..7ef399ef8 100644
--- a/security/coreconf/AIX.mk
+++ b/security/coreconf/AIX.mk
@@ -55,9 +55,9 @@ else
PTHREADS_USER = 1
endif
-DEFAULT_COMPILER = xlC_r
+DEFAULT_COMPILER = xlc_r
-CC = xlC_r
+CC = xlc_r
CCC = xlC_r
CPU_ARCH = rs6000