diff options
author | Sven Gothel <[email protected]> | 2019-04-08 05:47:44 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-08 05:47:44 +0200 |
commit | 1ecfcebb0604abc42e70b986f6358fcf282f47c7 (patch) | |
tree | 940d09d85b8d7c00c774821acf6abfc0a9561323 /make/scripts/make.jogl.all.linux-armv6hf.sh | |
parent | ab10b11a9c94d9597f788e218fe45ede49c67f33 (diff) |
Bug 1190: Adapt cross build scripts
Diffstat (limited to 'make/scripts/make.jogl.all.linux-armv6hf.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.linux-armv6hf.sh | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/make/scripts/make.jogl.all.linux-armv6hf.sh b/make/scripts/make.jogl.all.linux-armv6hf.sh index aeaea03ed..bc3cea9e6 100755 --- a/make/scripts/make.jogl.all.linux-armv6hf.sh +++ b/make/scripts/make.jogl.all.linux-armv6hf.sh @@ -1,9 +1,5 @@ #! /bin/sh -# arm-linux-gnueabihf == armhf triplet -PATH=`pwd`/../../gluegen/make/lib/toolchain/armhf-linux-gnueabi/bin:$PATH -export PATH - # -Dc.compiler.debug=true # -Dgluegen.cpptasks.detected.os=true \ # -DisUnix=true \ @@ -11,11 +7,11 @@ export PATH # -DisLinuxARMv6=true \ # -DisX11=false \ -export TARGET_PLATFORM_ROOT=/ -export TARGET_PLATFORM_LIBS=/usr/lib/arm-linux-gnueabihf -export TARGET_JAVA_LIBS=/usr/lib/jvm/java-6-openjdk-armhf/jre/lib/arm +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 GLUEGEN_CPPTASKS_FILE="../../gluegen/make/lib/gluegen-cpptasks-linux-armv6hf.xml" +export GLUEGEN_CPPTASKS_FILE="../../gluegen/make/lib/gluegen-cpptasks-linux-armv6hf-ontarget.xml" #export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet" |