summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-04-24 05:13:02 +0200
committerSven Gothel <[email protected]>2013-04-24 05:13:02 +0200
commit692ade1dd123d8b5b859e9040d33a519288dcd71 (patch)
treee87a0de03e78c370781c77d513196f0eafc98843 /scripts
parent7fb2cb5ba0b3c841b50ff094163c07a7097326ef (diff)
Use new toolchain (gluegen 3b7ea9f67487be8f133c19b493b632fc579c5049)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make.jocl.all.linux-armv6-cross.sh2
-rwxr-xr-xscripts/make.jocl.all.linux-armv6hf-cross.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/make.jocl.all.linux-armv6-cross.sh b/scripts/make.jocl.all.linux-armv6-cross.sh
index cb22530b..f8248f8d 100755
--- a/scripts/make.jocl.all.linux-armv6-cross.sh
+++ b/scripts/make.jocl.all.linux-armv6-cross.sh
@@ -6,7 +6,7 @@ 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
+PATH=`pwd`/../gluegen/make/lib/toolchain/armsf-linux-gnueabi/bin:$PATH
export PATH
# -Dc.compiler.debug=true
diff --git a/scripts/make.jocl.all.linux-armv6hf-cross.sh b/scripts/make.jocl.all.linux-armv6hf-cross.sh
index bcb595de..eba15e70 100755
--- a/scripts/make.jocl.all.linux-armv6hf-cross.sh
+++ b/scripts/make.jocl.all.linux-armv6hf-cross.sh
@@ -6,7 +6,7 @@ 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-gnueabihf/bin:$PATH
+PATH=`pwd`/../gluegen/make/lib/toolchain/armhf-linux-gnueabi/bin:$PATH
export PATH
# -Dc.compiler.debug=true