Fix build for wrong architecture

This commit is contained in:
Tran Khanh Duy 2020-09-14 05:35:55 +07:00 committed by GitHub
parent d7bec2741a
commit 2afe0409a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,8 @@ cd openjdk
rm -rf build
bash ./configure \
--enable-option-checking=fatal \
--host=x86_64-linux-gnu \
--build=x86_64-unknown-linux-gnu \
--host=aarch64-linux-android \
--target=aarch64-linux-android \
--disable-warnings-as-errors \
--enable-headless-only \