From f0ce3ff015a7e355b0d603a90bd77fe552b4a0ca Mon Sep 17 00:00:00 2001 From: KONNO Kazuhiro Date: Tue, 29 Oct 2019 17:36:22 +0900 Subject: [PATCH] AArch64: Update Build Instruction for V8 This commit updates Build Instructions for V8, adding a section on AArch64. Signed-off-by: KONNO Kazuhiro --- doc/build-instructions/Build_Instructions_V8.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/build-instructions/Build_Instructions_V8.md b/doc/build-instructions/Build_Instructions_V8.md index 415a7dcb717..646f1d61c15 100644 --- a/doc/build-instructions/Build_Instructions_V8.md +++ b/doc/build-instructions/Build_Instructions_V8.md @@ -33,6 +33,7 @@ A more complete set of build instructions are included here for multiple platfor - [Windows :ledger:](#windows) - [MacOS :apple:](#macos) - [ARM :iphone:](#arm) +- [AArch64](#aarch64) User documentation for the latest release of Eclipse OpenJ9 is available at the [Eclipse Foundation](https://www.eclipse.org/openj9/docs). If you build a binary from the current OpenJ9 source, new features and changes might be in place for the next release of OpenJ9. Draft user @@ -697,3 +698,9 @@ JCL - fcd436bf56 based on jdk8u192-b03) :construction: We haven't created a full build process for ARM yet? Watch this space! + +---------------------------------- + +## AArch64 + +:construction: Build process for AArch64 (ARMv8 64-bit) Linux does not support OpenJDK V8 at the time of writing this.