summaryrefslogtreecommitdiff
path: root/arm-apple-darwin11-configure
diff options
context:
space:
mode:
Diffstat (limited to 'arm-apple-darwin11-configure')
-rwxr-xr-xarm-apple-darwin11-configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/arm-apple-darwin11-configure b/arm-apple-darwin11-configure
new file mode 100755
index 0000000..e08a058
--- /dev/null
+++ b/arm-apple-darwin11-configure
@@ -0,0 +1,6 @@
+#!/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