diff options
author | Sven Gothel <[email protected]> | 2013-04-23 22:58:38 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-04-23 22:58:38 +0200 |
commit | 3b7ea9f67487be8f133c19b493b632fc579c5049 (patch) | |
tree | af54473fbd87e6141686d748d59a0c39c2c5267b /make/scripts/make.gluegen.all.linux-armv6-cross.sh | |
parent | eb8ba86c01d502a04dc50150bda5f5b71dc03ca5 (diff) |
Modify linux-arm scripts for new toolchain (crosstools-ng) ; gluegen-cpptasks-linux-armv6hf.xml: Enable cc-arg '-mfloat-abi=hard' ; Add script make*all.sh
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-armv6-cross.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-armv6-cross.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.gluegen.all.linux-armv6-cross.sh b/make/scripts/make.gluegen.all.linux-armv6-cross.sh index bd56e89..7c1dee4 100755 --- a/make/scripts/make.gluegen.all.linux-armv6-cross.sh +++ b/make/scripts/make.gluegen.all.linux-armv6-cross.sh @@ -7,7 +7,7 @@ if [ -e $SDIR/setenv-build-jogl-x86_64.sh ] ; then fi # arm-linux-gnueabi == armel triplet -PATH=`pwd`/lib/linux/arm-linux-gnueabi/bin:$PATH +PATH=`pwd`/lib/toolchain/armsf-linux-gnueabi/bin:$PATH export PATH # -Dc.compiler.debug=true |