common/autoconf/spec.gmk.in

Print this page
rev 769 : 8024265: Enable new build on AIX

@@ -323,10 +323,13 @@
 CXX_O_FLAG_NONE:=@CXX_O_FLAG_NONE@
 
 C_FLAG_DEPS:=@C_FLAG_DEPS@
 CXX_FLAG_DEPS:=@CXX_FLAG_DEPS@
 
+# Option used to tell the compiler whether to create 32- or 64-bit executables
+COMP_MODE_OPTION:=@COMP_MODE_OPTION@
+
 # Tools that potentially need to be cross compilation aware.
 CC:=@FIXPATH@ @CCACHE@ @CC@
 
 # CFLAGS used to compile the jdk native libraries (C-code)
 CFLAGS_JDKLIB:=@CFLAGS_JDKLIB@