On Fri, 4 Aug 2023 14:37:04 GMT, Andreas Steiner <d...@openjdk.org> wrote:

>> On AIX we need the -X64 option for NM in the build. The handling is 
>> equivalent to the other used tools flags like AR.
>> This change will replace the quick fix done in 
>> https://bugs.openjdk.org/browse/JDK-8312466.
>
> Andreas Steiner has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   add missing NMFLAGS to nm calls on other target OS too, improve comment

I agree to add this to the nm calls in NativeCompilation.gmk. Christoph 
mentioned this is used when static libraries are build. I tried the target 
"static-libs-image". But this isn't working on AIX, because the ar flags -rcs 
are not available on AIX. Also the nm calls of this target use the added -X64 
already. 
Can somebody tell when this is used to test this too?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/15150#issuecomment-1670734443

Reply via email to