aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.linux-x86_64-clang.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-08-16 23:20:58 +0200
committerSven Gothel <[email protected]>2019-08-16 23:20:58 +0200
commitc7205e3906e426ec0c74b12b50faece189d3f8c2 (patch)
tree8e706ea8a27988f4ab70db3d3b25e4b04b809d44 /make/scripts/make.gluegen.all.linux-x86_64-clang.sh
parent7f350097c4ac502982f7e6961181d01304bc5de9 (diff)
Bug 1363: Java 11: Mod scripts for OpenJDK11 usage
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-x86_64-clang.sh')
-rwxr-xr-xmake/scripts/make.gluegen.all.linux-x86_64-clang.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/make/scripts/make.gluegen.all.linux-x86_64-clang.sh b/make/scripts/make.gluegen.all.linux-x86_64-clang.sh
index 99aec47..487305e 100755
--- a/make/scripts/make.gluegen.all.linux-x86_64-clang.sh
+++ b/make/scripts/make.gluegen.all.linux-x86_64-clang.sh
@@ -2,8 +2,8 @@
SDIR=`dirname $0`
-if [ -e $SDIR/setenv-build-jogl-x86_64.sh ] ; then
- . $SDIR/setenv-build-jogl-x86_64.sh
+if [ -e $SDIR/setenv-build-jogamp-x86_64.sh ] ; then
+ . $SDIR/setenv-build-jogamp-x86_64.sh
fi
# -Dc.compiler.debug=true
@@ -20,9 +20,9 @@ fi
# -Dc.compiler.debug=true \
# -Djavacdebuglevel="source,lines,vars" \
-export SOURCE_LEVEL=1.6
-export TARGET_LEVEL=1.6
-export TARGET_RT_JAR=/opt-share/jre1.6.0_30/lib/rt.jar
+export SOURCE_LEVEL=1.8
+export TARGET_LEVEL=1.8
+export TARGET_RT_JAR=/opt-share/jre1.8.0_212/lib/rt.jar
export GLUEGEN_PROPERTIES_FILE="lib/gluegen-clang.properties"
# or -Dgcc.compat.compiler=clang