From 034bf93de9ae3e2c5871b00f2891d4d32b821a15 Mon Sep 17 00:00:00 2001 From: "wchang0222%aol.com" Date: Sat, 22 Nov 2003 06:45:50 +0000 Subject: [PATCH] Bugzilla bug 226470: use a C compiler rather than a C++ compiler to compile C code. The patch is contributed by Philip K. Warren . --- security/coreconf/AIX.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/coreconf/AIX.mk b/security/coreconf/AIX.mk index 365cb62c820a..7ef399ef896c 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