mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-12 05:34:56 -04:00
Some updates
This commit is contained in:
parent
d17965d3fe
commit
00b1031573
@ -2,8 +2,8 @@
|
||||
set -e
|
||||
. setdevkitpath.sh
|
||||
export FREETYPE_DIR=`pwd`/freetype-2.6.2/build_android-aarch64
|
||||
export CUPS_DIR=`pwd`/cups-2.2.4
|
||||
# /build_android-aarch64
|
||||
export CUPS_DIR=`pwd`/cups-2.2.4/include
|
||||
# /build_android-aarch64/include
|
||||
|
||||
# My system's JDK is too old (7.0), so we add an Oracle boot JDK.
|
||||
# Set "USE_SYSTEM_JDK_8=1" to use system jdk instead
|
||||
@ -13,7 +13,7 @@ then
|
||||
fi
|
||||
|
||||
cd openjdk
|
||||
rm -rf build
|
||||
# rm -rf build
|
||||
bash ./configure \
|
||||
--enable-option-checking=fatal \
|
||||
--build=x86_64-unknown-linux-gnu \
|
||||
|
@ -2,13 +2,13 @@
|
||||
# duplicate of buildjdk.sh that avoids reconfiguring. Used for making changes to openjdk code.
|
||||
|
||||
set -e
|
||||
. setdevkitpath.sh
|
||||
export FREETYPE_DIR=`pwd`/freetype-2.6.2/build_android-arm
|
||||
bash setdevkitpath.sh
|
||||
export FREETYPE_DIR=`pwd`/freetype-2.6.2/build_android-arm64
|
||||
export CUPS_DIR=`pwd`/cups-2.2.4
|
||||
|
||||
# My system's JDK is too old (7.0), so we add an Oracle boot JDK.
|
||||
export PATH=`pwd`/jdk-9.0.4/bin:$PATH
|
||||
|
||||
cd openjdk
|
||||
cd build/android-arm-normal-server-release
|
||||
cd build/android-aarch64-normal-server-release
|
||||
make JOBS=4 images
|
||||
|
@ -11,3 +11,11 @@ export CXX=$TOOLCHAIN/bin/$TARGET-g++
|
||||
export LD=$TOOLCHAIN/bin/$TARGET-ld
|
||||
export RANLIB=$TOOLCHAIN/bin/$TARGET-ranlib
|
||||
export STRIP=$TOOLCHAIN/bin/$TARGET-strip
|
||||
|
||||
# export BUILD_AR=$AR
|
||||
# export BUILD_AS=$AS
|
||||
# export BUILD_CC=$CC
|
||||
# export BUILD_CXX=$CXX
|
||||
# export BUILD_LD=$LD
|
||||
# export BUILD_RANLIB=$RANLIB
|
||||
# export BUILD_STRIP=$STRIP
|
||||
|
Loading…
x
Reference in New Issue
Block a user