mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-10 04:37:37 -04:00
Not use clang
This commit is contained in:
parent
2dc557d930
commit
a72046d68e
@ -19,16 +19,11 @@ cp -R -f openjdk-mobile-aarch64-patch/* openjdk/
|
|||||||
# Remove generated script to regenerate aarch64 build
|
# Remove generated script to regenerate aarch64 build
|
||||||
# rm openjdk/autoconf/generated-configure.sh
|
# rm openjdk/autoconf/generated-configure.sh
|
||||||
|
|
||||||
echo BEGINls
|
|
||||||
ls
|
|
||||||
ls *
|
|
||||||
ls */*
|
|
||||||
echo ENDEDls
|
|
||||||
|
|
||||||
cd openjdk
|
cd openjdk
|
||||||
rm -rf build
|
rm -rf build
|
||||||
# --build=x86_64-linux-gnu \
|
# --build=x86_64-linux-gnu \
|
||||||
# --hostt=aarch64-linux-android \
|
# --hostt=aarch64-linux-android \
|
||||||
|
# --with-toolchain-type=clang \
|
||||||
bash ./configure \
|
bash ./configure \
|
||||||
--enable-option-checking=fatal \
|
--enable-option-checking=fatal \
|
||||||
--openjdk-target=aarch64-linux-android \
|
--openjdk-target=aarch64-linux-android \
|
||||||
@ -40,7 +35,6 @@ bash ./configure \
|
|||||||
--with-debug-level=release \
|
--with-debug-level=release \
|
||||||
--with-freetype-lib=$FREETYPE_DIR/lib \
|
--with-freetype-lib=$FREETYPE_DIR/lib \
|
||||||
--with-freetype-include=$FREETYPE_DIR/include/freetype2 \
|
--with-freetype-include=$FREETYPE_DIR/include/freetype2 \
|
||||||
--with-toolchain-type=clang \
|
|
||||||
--x-includes=/usr/include \
|
--x-includes=/usr/include \
|
||||||
--x-libraries=/usr/lib \
|
--x-libraries=/usr/lib \
|
||||||
|| error_code=$?
|
|| error_code=$?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user