diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-10 13:20:22 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-10 13:20:22 +0800 |
commit | 276199203008d415db6b7d2473f8243528a8a887 (patch) | |
tree | ef3451b66b6c0c5f8a3b92555e629e9fc5962374 /arm-apple-darwin11-configure | |
parent | a5ce38a2273d6f11414376e8ca3e1d7e41accd9e (diff) |
Remove the configure wrappers
as they should just be in READMEs instead.
Diffstat (limited to 'arm-apple-darwin11-configure')
-rwxr-xr-x | arm-apple-darwin11-configure | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arm-apple-darwin11-configure b/arm-apple-darwin11-configure deleted file mode 100755 index 538b532..0000000 --- a/arm-apple-darwin11-configure +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -export TARGET=arm-apple-darwin11 -export CC=ios-clang -export PREFIX=/opt/iPhoneOS8.1.sdk/usr -export CFLAGS="$CFLAGS -g0 -O2" -../configure --host=$TARGET --prefix=$PREFIX --disable-shared |