aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-02-19 03:10:32 +0100
committerSven Gothel <[email protected]>2012-02-19 03:10:32 +0100
commitd962f232b8aabb0e1de95ee1482ee022deba7615 (patch)
tree0b95f504b449693dbd631c3a8dbd2c41abe76ee7 /make/scripts
parentfb7165e690546359dee92dd60b04be69f141c87e (diff)
Update linux armv7 scripts
Diffstat (limited to 'make/scripts')
-rwxr-xr-xmake/scripts/make.jogl.all.linux-armv7-cross.sh10
-rwxr-xr-xmake/scripts/make.jogl.all.linux-armv7.sh2
2 files changed, 9 insertions, 3 deletions
diff --git a/make/scripts/make.jogl.all.linux-armv7-cross.sh b/make/scripts/make.jogl.all.linux-armv7-cross.sh
index 9a6b00a4a..0299582fc 100755
--- a/make/scripts/make.jogl.all.linux-armv7-cross.sh
+++ b/make/scripts/make.jogl.all.linux-armv7-cross.sh
@@ -1,5 +1,11 @@
#! /bin/sh
+SDIR=`dirname $0`
+
+if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then
+ . $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh
+fi
+
PATH=`pwd`/../../gluegen/make/lib/linux/arm-linux-gnueabi/bin:$PATH
export PATH
@@ -10,8 +16,8 @@ export PATH
# -DisLinuxARMv7=true \
# -DisX11=false \
-export HOST_UID=sven
-export HOST_IP=192.168.0.52
+export HOST_UID=jogamp
+export HOST_IP=jogamp02
export HOST_RSYNC_ROOT=PROJECTS/JOGL
export TARGET_UID=jogamp
diff --git a/make/scripts/make.jogl.all.linux-armv7.sh b/make/scripts/make.jogl.all.linux-armv7.sh
index 598ea98f8..91072023f 100755
--- a/make/scripts/make.jogl.all.linux-armv7.sh
+++ b/make/scripts/make.jogl.all.linux-armv7.sh
@@ -24,5 +24,5 @@ ant \
-Dsetup.addNativeKD=true \
-Dsetup.addNativeOpenMAX=true \
-Dsetup.addNativeBroadcomEGL=true \
- $* 2>&1 | tee make.jogl.all.linux-armv7-cross.log
+ $* 2>&1 | tee make.jogl.all.linux-armv7.log