Closed knn-k closed 5 months ago
I am going to open PRs for jdk17/21/22/next after this PR is approved.
OpenJ9 build for AArch64 macOS requires Cmake
Pls explain why,
Because the spec file for AArch64 macOS is missing in https://github.com/eclipse-openj9/openj9/tree/master/buildspecs/. The UMA build fails with the following message:
Universal Makefile Adapter - for J9, version 2.5.1
Could not find osx_aarch64.spec file.
Perhaps a better solution would be to create osx_aarch64.spec
?
I opened https://github.com/eclipse-openj9/openj9/issues/19501. Closing this PR.
@keithc-ca Are there any document available that describes the meaning of properties and flags in the build spec files for UMA build?
any document available that describes the meaning of properties and flags in the build spec files for UMA build?
See https://github.com/eclipse-openj9/openj9/issues/19501#issuecomment-2115662054.
OpenJ9 build for AArch64 macOS requires Cmake. This commit shows an error message when --with-cmake=no is specified on the platform.