aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.linux-armv7-cross.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-08-02 13:31:23 +0200
committerSven Gothel <[email protected]>2011-08-02 13:31:23 +0200
commit332430bd9e2a42b81b509175b43856dc25ae255a (patch)
tree1b0b815ea84020c09e4f6544a7cf5d476c84a085 /make/scripts/make.jogl.all.linux-armv7-cross.sh
parent589419b50efb63ecd8864c27eb9aeff85ad1e1c9 (diff)
Adapt latest gluegen changes for crossplatform.
Diffstat (limited to 'make/scripts/make.jogl.all.linux-armv7-cross.sh')
-rwxr-xr-xmake/scripts/make.jogl.all.linux-armv7-cross.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.linux-armv7-cross.sh b/make/scripts/make.jogl.all.linux-armv7-cross.sh
index 2828d357b..bbde79949 100755
--- a/make/scripts/make.jogl.all.linux-armv7-cross.sh
+++ b/make/scripts/make.jogl.all.linux-armv7-cross.sh
@@ -1,6 +1,6 @@
#! /bin/sh
-PATH=`pwd`/../../gluegen/make/lib/linux-x86_64/arm-linux-gnueabi/bin:$PATH
+PATH=`pwd`/../../gluegen/make/lib/linux/arm-linux-gnueabi/bin:$PATH
export PATH
# -Dc.compiler.debug=true
@@ -19,6 +19,9 @@ export TARGET_IP=beagle01
export TARGET_ROOT=/home/jogamp/projects-cross
export TARGET_ANT_HOME=/usr/share/ant
+export TARGET_PLATFORM_LIBS=/opt-linux-armv7-eabi/lib
+export TARGET_JAVA_LIBS=/opt-linux-armv7-eabi/jre/lib/arm
+
ant \
-Drootrel.build=build-linux-armv7 \
-Dgluegen.cpptasks.detected.os=true \