summaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-08-02 13:16:24 +0200
committerSven Gothel <[email protected]>2011-08-02 13:16:24 +0200
commit947089ccfdfb4e18d386dab042f940a03b122e06 (patch)
treeacdbcd556845dea5da16795c3aa69a3869a95951 /make/scripts
parent8ce1c028a220b1dcc0973b079372d0582949aacd (diff)
adding missing rename: lib/linux-x86_64 -> lib/linux ; Fix TARGET_PLATFORM_LIBS for cross linux/arm
Diffstat (limited to 'make/scripts')
-rwxr-xr-xmake/scripts/make.gluegen.all.linux-armv7-cross.sh4
1 files changed, 2 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 369a497..53fb946 100755
--- a/make/scripts/make.gluegen.all.linux-armv7-cross.sh
+++ b/make/scripts/make.gluegen.all.linux-armv7-cross.sh
@@ -1,6 +1,6 @@
#! /bin/sh
-PATH=`pwd`/lib/linux-x86_64/arm-linux-gnueabi/bin:$PATH
+PATH=`pwd`/lib/linux/arm-linux-gnueabi/bin:$PATH
export PATH
# -Dc.compiler.debug=true
@@ -19,7 +19,7 @@ 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
+export TARGET_PLATFORM_LIBS=/opt-linux-armv7-eabi/lib
export TARGET_JAVA_LIBS=/opt-linux-armv7-eabi/jre/lib/arm
ant \