add 64-bit compile/link flags for AIX

This commit is contained in:
Doug MacEachern 2009-05-13 16:54:49 -07:00
parent 2643818a45
commit 90b2ade95e
1 changed files with 2 additions and 0 deletions

View File

@ -443,6 +443,7 @@ USA.
<!-- AIX -->
<compiler name="xlc_r" if="aix">
<compilerarg value="-q64" if="jni.arch64"/>
<defineset>
<define name="${jni.define.name}_AIX"/>
<define name="_ALL_SOURCE"/>
@ -452,6 +453,7 @@ USA.
</compiler>
<linker name="xlc_r" if="aix">
<linkerarg value="-b64" if="jni.arch64"/>
<libset if="jni.libset.libs"
dir="${jni.libset.dir}"
libs="${jni.libset.libs}"/>