From 61f826dd0b1b35f97c4a439072a3741d8b0f80f1 Mon Sep 17 00:00:00 2001 From: KONNO Kazuhiro Date: Fri, 24 Jul 2020 09:13:07 +0900 Subject: [PATCH] Add "--with-cmake=no" for AArch64 cross building This commit adds "--with-cmake=no" to the configure options for AArch64 cross building in the build instructions. Signed-off-by: KONNO Kazuhiro --- doc/build-instructions/Build_Instructions_V11.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/build-instructions/Build_Instructions_V11.md b/doc/build-instructions/Build_Instructions_V11.md index 19f4bff7fc..d181d415a9 100644 --- a/doc/build-instructions/Build_Instructions_V11.md +++ b/doc/build-instructions/Build_Instructions_V11.md @@ -694,6 +694,7 @@ bash configure --openjdk-target=${OPENJ9_CC_PREFIX} \ --with-freemarker-jar=/root/freemarker.jar \ --with-boot-jdk=/root/bootjdk11 \ --with-build-jdk=/root/bootjdk11 \ + --with-cmake=no \ --disable-warnings-as-errors \ --disable-ddr ```