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
|
set -e
|
||||||
. setdevkitpath.sh
|
. setdevkitpath.sh
|
||||||
export FREETYPE_DIR=`pwd`/freetype-2.6.2/build_android-aarch64
|
export FREETYPE_DIR=`pwd`/freetype-2.6.2/build_android-aarch64
|
||||||
export CUPS_DIR=`pwd`/cups-2.2.4
|
export CUPS_DIR=`pwd`/cups-2.2.4/include
|
||||||
# /build_android-aarch64
|
# /build_android-aarch64/include
|
||||||
|
|
||||||
# My system's JDK is too old (7.0), so we add an Oracle boot JDK.
|
# 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
|
# Set "USE_SYSTEM_JDK_8=1" to use system jdk instead
|
||||||
@ -13,7 +13,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd openjdk
|
cd openjdk
|
||||||
rm -rf build
|
# rm -rf build
|
||||||
bash ./configure \
|
bash ./configure \
|
||||||
--enable-option-checking=fatal \
|
--enable-option-checking=fatal \
|
||||||
--build=x86_64-unknown-linux-gnu \
|
--build=x86_64-unknown-linux-gnu \
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
# duplicate of buildjdk.sh that avoids reconfiguring. Used for making changes to openjdk code.
|
# duplicate of buildjdk.sh that avoids reconfiguring. Used for making changes to openjdk code.
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
. setdevkitpath.sh
|
bash setdevkitpath.sh
|
||||||
export FREETYPE_DIR=`pwd`/freetype-2.6.2/build_android-arm
|
export FREETYPE_DIR=`pwd`/freetype-2.6.2/build_android-arm64
|
||||||
export CUPS_DIR=`pwd`/cups-2.2.4
|
export CUPS_DIR=`pwd`/cups-2.2.4
|
||||||
|
|
||||||
# My system's JDK is too old (7.0), so we add an Oracle boot JDK.
|
# 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
|
export PATH=`pwd`/jdk-9.0.4/bin:$PATH
|
||||||
|
|
||||||
cd openjdk
|
cd openjdk
|
||||||
cd build/android-arm-normal-server-release
|
cd build/android-aarch64-normal-server-release
|
||||||
make JOBS=4 images
|
make JOBS=4 images
|
||||||
|
@ -11,3 +11,11 @@ export CXX=$TOOLCHAIN/bin/$TARGET-g++
|
|||||||
export LD=$TOOLCHAIN/bin/$TARGET-ld
|
export LD=$TOOLCHAIN/bin/$TARGET-ld
|
||||||
export RANLIB=$TOOLCHAIN/bin/$TARGET-ranlib
|
export RANLIB=$TOOLCHAIN/bin/$TARGET-ranlib
|
||||||
export STRIP=$TOOLCHAIN/bin/$TARGET-strip
|
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