diff options
author | sudden6 <sudden6@gmx.at> | 2018-04-06 11:43:59 +0200 |
---|---|---|
committer | sudden6 <sudden6@gmx.at> | 2018-04-06 11:43:59 +0200 |
commit | d134aecf3ef97009c0884fdfc1c178cf2b9a84b3 (patch) | |
tree | 481c6fc0b98f024954c593a7e9fe7c3abf3d8099 /dist-build/android-mips.sh | |
parent | 37d4a0b2ca1377268a82c085809edf63d19cc782 (diff) |
remove broken and unmaintained scripts
Diffstat (limited to 'dist-build/android-mips.sh')
-rwxr-xr-x | dist-build/android-mips.sh | 3 |
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 | ||
2 | export CFLAGS="-Ofast" | ||
3 | TARGET_ARCH=mips TOOLCHAIN_NAME=mipsel-linux-android-4.8 HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh" | ||