summaryrefslogtreecommitdiffstats
path: root/scripts/make.jocl.all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make.jocl.all.sh')
-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 \