mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-10 12:47:00 -04:00
Remove host because error
To make it wrong arch
This commit is contained in:
parent
2afe0409a3
commit
9c4c1abd43
@ -15,10 +15,10 @@ sudo apt -y install gcc-multilib g++-multilib libxtst-dev libasound2-dev libelf-
|
|||||||
|
|
||||||
cd openjdk
|
cd openjdk
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
# --host=aarch64-linux-android \
|
||||||
bash ./configure \
|
bash ./configure \
|
||||||
--enable-option-checking=fatal \
|
--enable-option-checking=fatal \
|
||||||
--build=x86_64-unknown-linux-gnu \
|
--build=x86_64-linux-gnu \
|
||||||
--host=aarch64-linux-android \
|
|
||||||
--target=aarch64-linux-android \
|
--target=aarch64-linux-android \
|
||||||
--disable-warnings-as-errors \
|
--disable-warnings-as-errors \
|
||||||
--enable-headless-only \
|
--enable-headless-only \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user