summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-04-24 05:30:22 +0200
committerSven Gothel <[email protected]>2013-04-24 05:30:22 +0200
commit9e4472f73133b7fb605e3d68e79094a89cbde066 (patch)
treea24041ca939437f8db35084749e5e7197d0f65ab /scripts
parent692ade1dd123d8b5b859e9040d33a519288dcd71 (diff)
Add scripts/make.jocl.all.sh
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make.jocl.all.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/make.jocl.all.sh b/scripts/make.jocl.all.sh
new file mode 100755
index 00000000..a137cea5
--- /dev/null
+++ b/scripts/make.jocl.all.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+SDIR=`dirname $0`
+
+$SDIR/make.jocl.all.linux-armv6-cross.sh \
+&& $SDIR/make.jocl.all.linux-armv6hf-cross.sh \
+&& $SDIR/make.jocl.all.linux-x86_64.sh \
+&& $SDIR/make.jocl.all.linux-x86.sh \
+&& $SDIR/make.jocl.all.android-armv6-cross.sh \