Skip to content

Commit

Permalink
Merge pull request #10240 from knn-k/aarch64build30
Browse files Browse the repository at this point in the history
Add "--with-cmake=no" for AArch64 cross building
  • Loading branch information
pshipton committed Jul 24, 2020
2 parents f60babb + 61f826d commit 2e2123b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/build-instructions/Build_Instructions_V11.md
Expand Up @@ -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
```
Expand Down

0 comments on commit 2e2123b

Please sign in to comment.