add 64-bit compile/link flags for AIX
This commit is contained in:
parent
5e4d11f6ce
commit
289f024956
|
@ -449,6 +449,7 @@ USA.
|
||||||
|
|
||||||
<!-- AIX -->
|
<!-- AIX -->
|
||||||
<compiler name="xlc_r" if="aix">
|
<compiler name="xlc_r" if="aix">
|
||||||
|
<compilerarg value="-q64" if="jni.arch64"/>
|
||||||
<defineset>
|
<defineset>
|
||||||
<define name="${jni.define.name}_AIX"/>
|
<define name="${jni.define.name}_AIX"/>
|
||||||
<define name="_ALL_SOURCE"/>
|
<define name="_ALL_SOURCE"/>
|
||||||
|
@ -458,6 +459,7 @@ USA.
|
||||||
</compiler>
|
</compiler>
|
||||||
|
|
||||||
<linker name="xlc_r" if="aix">
|
<linker name="xlc_r" if="aix">
|
||||||
|
<linkerarg value="-b64" if="jni.arch64"/>
|
||||||
<libset if="jni.libset.libs"
|
<libset if="jni.libset.libs"
|
||||||
dir="${jni.libset.dir}"
|
dir="${jni.libset.dir}"
|
||||||
libs="${jni.libset.libs}"/>
|
libs="${jni.libset.libs}"/>
|
||||||
|
|
Loading…
Reference in New Issue