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.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.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.sh b/make/scripts/make.gluegen.all.sh new file mode 100755 index 0000000..ec97d04 --- /dev/null +++ b/make/scripts/make.gluegen.all.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +SDIR=`dirname $0` + +$SDIR/make.gluegen.all.linux-armv6-cross.sh \ +&& $SDIR/make.gluegen.all.linux-armv6hf-cross.sh \ +&& $SDIR/make.gluegen.all.linux-x86_64.sh \ +&& $SDIR/make.gluegen.all.linux-x86.sh \ +&& $SDIR/make.gluegen.all.android-armv6-cross.sh \ |