summaryrefslogtreecommitdiff
path: root/dist-build/android-mips.sh
diff options
context:
space:
mode:
authorsudden6 <sudden6@gmx.at>2018-04-06 11:43:59 +0200
committersudden6 <sudden6@gmx.at>2018-04-06 11:43:59 +0200
commitd134aecf3ef97009c0884fdfc1c178cf2b9a84b3 (patch)
tree481c6fc0b98f024954c593a7e9fe7c3abf3d8099 /dist-build/android-mips.sh
parent37d4a0b2ca1377268a82c085809edf63d19cc782 (diff)
remove broken and unmaintained scripts
Diffstat (limited to 'dist-build/android-mips.sh')
-rwxr-xr-xdist-build/android-mips.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/dist-build/android-mips.sh b/dist-build/android-mips.sh
deleted file mode 100755
index 6e105c2f..00000000
--- a/dist-build/android-mips.sh
+++ /dev/null
@@ -1,3 +0,0 @@
1#!/bin/sh
2export CFLAGS="-Ofast"
3TARGET_ARCH=mips TOOLCHAIN_NAME=mipsel-linux-android-4.8 HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"