summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-03-06 19:57:02 +0100
committerSven Gothel <[email protected]>2012-03-06 19:57:02 +0100
commiteb68551873f47261a812e81427fc4ba7e55b197a (patch)
tree7be682b39a74eb40db2f926f4d057e361e8598ac
parentcb966d7feb89dd1ad811502c3f2aa1d37a503329 (diff)
make.gluegen.all.linux-armv7-cross.sh: Use common TARGET_PLATFORM_ROOT
-rwxr-xr-xmake/scripts/make.gluegen.all.linux-armv7-cross.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/make/scripts/make.gluegen.all.linux-armv7-cross.sh b/make/scripts/make.gluegen.all.linux-armv7-cross.sh
index a9892e1..d8511b6 100755
--- a/make/scripts/make.gluegen.all.linux-armv7-cross.sh
+++ b/make/scripts/make.gluegen.all.linux-armv7-cross.sh
@@ -28,8 +28,9 @@ export TARGET_IP=panda01
export TARGET_ROOT=/home/jogamp/projects-cross
export TARGET_ANT_HOME=/usr/share/ant
-export TARGET_PLATFORM_LIBS=/opt-linux-armv7-armel/usr/lib
-export TARGET_JAVA_LIBS=/opt-linux-armv7-armel/jre/lib/arm
+export TARGET_PLATFORM_ROOT=/opt-linux-armv7-armel
+export TARGET_PLATFORM_LIBS=$TARGET_PLATFORM_ROOT/usr/lib
+export TARGET_JAVA_LIBS=$TARGET_PLATFORM_ROOT/jre/lib/arm
export GLUEGEN_CPPTASKS_FILE="lib/gluegen-cpptasks-linux-armv7.xml"