diff options
author | Sven Gothel <[email protected]> | 2019-08-16 23:20:58 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-08-16 23:20:58 +0200 |
commit | c7205e3906e426ec0c74b12b50faece189d3f8c2 (patch) | |
tree | 8e706ea8a27988f4ab70db3d3b25e4b04b809d44 /make/scripts/make.gluegen.all.linux-armv6hf.sh | |
parent | 7f350097c4ac502982f7e6961181d01304bc5de9 (diff) |
Bug 1363: Java 11: Mod scripts for OpenJDK11 usage
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-armv6hf.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-armv6hf.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/make/scripts/make.gluegen.all.linux-armv6hf.sh b/make/scripts/make.gluegen.all.linux-armv6hf.sh index 8f0cca5..200fe87 100755 --- a/make/scripts/make.gluegen.all.linux-armv6hf.sh +++ b/make/scripts/make.gluegen.all.linux-armv6hf.sh @@ -10,10 +10,14 @@ # arm-linux-gnueabihf == armhf triplet export TARGET_PLATFORM_USRROOT= export TARGET_PLATFORM_USRLIBS=$TARGET_PLATFORM_USRROOT/usr/lib/arm-linux-gnueabihf -export TARGET_JAVA_LIBS=$TARGET_PLATFORM_USRROOT/usr/lib/jvm/java-8-openjdk-armhf/jre/lib/arm +export TARGET_JAVA_LIBS=$TARGET_PLATFORM_USRROOT/usr/lib/jvm/java-11-openjdk-armhf/jre/lib/arm export GLUEGEN_CPPTASKS_FILE="lib/gluegen-cpptasks-linux-armv6hf-ontarget.xml" +export SOURCE_LEVEL=1.8 +export TARGET_LEVEL=1.8 +export TARGET_RT_JAR=/opt-share/jre1.8.0_212/lib/rt.jar + #export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet" |