Remove host because error

To make it wrong arch
This commit is contained in:
Tran Khanh Duy 2020-09-14 05:51:46 +07:00 committed by GitHub
parent 2afe0409a3
commit 9c4c1abd43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,10 +15,10 @@ sudo apt -y install gcc-multilib g++-multilib libxtst-dev libasound2-dev libelf-
cd openjdk
rm -rf build
# --host=aarch64-linux-android \
bash ./configure \
--enable-option-checking=fatal \
--build=x86_64-unknown-linux-gnu \
--host=aarch64-linux-android \
--build=x86_64-linux-gnu \
--target=aarch64-linux-android \
--disable-warnings-as-errors \
--enable-headless-only \