< prev index next >

make/common/shared/Defs-versions.gmk

Print this page
rev 8219 : 8024900: PPC64: Enable new build on AIX (jdk part)
8024854: PPC64: Basic changes and files to build the class library on AIX
Reviewed-by: alanb, prr, sla, chegar, michaelm, mullan, art, erikj
Contributed-by: luchsh@linux.vnet.ibm.com, spoole@linux.vnet.ibm.com, thomas.stuefe@sap.com

@@ -47,10 +47,15 @@
 # Mac OS X uses LLVM by default
 ifeq ($(PLATFORM), macosx)
   override CC_VERSION = llvm
 endif
 
+# AIX uses xlc_r by default
+ifeq ($(PLATFORM), aix)
+  override CC_VERSION = xlc_r
+endif
+
 ##########################################################################
 #
 # List of JDK official minimum, expected, or required versions:
 #
 # REQUIRED_ALSA_VERSION
< prev index next >