diff options
author | Sven Gothel <[email protected]> | 2013-04-23 23:55:14 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-04-23 23:55:14 +0200 |
commit | 12319be6d524c966c1f2c709675e9d05b04c56db (patch) | |
tree | f8f61602b3a17c8303530a11b1026ccb660b7f9b /make/scripts/make.joal.all.linux-armv6hf-cross.sh | |
parent | 8204cf51c707d3dca0c7476711bb7d4642519b93 (diff) |
Use new toolchain (gluegen 3b7ea9f67487be8f133c19b493b632fc579c5049); Compile openal-soft w/ arm arch & float options if crosscompiled.
Diffstat (limited to 'make/scripts/make.joal.all.linux-armv6hf-cross.sh')
-rwxr-xr-x | make/scripts/make.joal.all.linux-armv6hf-cross.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.joal.all.linux-armv6hf-cross.sh b/make/scripts/make.joal.all.linux-armv6hf-cross.sh index 78f1110..0a6770a 100755 --- a/make/scripts/make.joal.all.linux-armv6hf-cross.sh +++ b/make/scripts/make.joal.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 |