-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AArch64: Create configuration for native build #5285
Comments
Trying looking at what @dsouzai and @JamesKingdon have done via #1159 and #712 |
The file The AArch64 build does not support DDR at the moment (#5221). When we support it, |
It seems that we do not have an existing flag for this purpose. You might need to add a new flag. Not sure if it is worth the effort, as uma is going to be replaced by cmake shortly. Adding a new spec might be an easier solution for now. |
@hangshao0 Thank you for your suggestion. What is the plan for moving to cmake? |
|
Note there is a cmake plan of sorts in #90 |
I opened #5321 and ibmruntimes/openj9-openjdk-jdk11#149 adding a new flag to j9.flags as a short-term solution. |
This commit adds a new flag for cross build in j9.flags, and new spec files that use the flag for cross build of AArch64 runtime. Fixes: eclipse-openj9#5285 Signed-off-by: knn-k <[email protected]>
Build of AArch64 Linux runtime requires cross-compilation environment in Docker on x86-64 Linux.
There is a request for building the runtime natively on AArch64 Linux.
The text was updated successfully, but these errors were encountered: