summaryrefslogtreecommitdiff
path: root/arm-apple-darwin11-configure
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-02-06 19:43:26 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-02-06 19:43:26 +0800
commitc22d47f78acf4053a4856be1e2f4b2d48b822594 (patch)
tree2b89c63f4fc602dbd5c0a3c276356bd844b8e469 /arm-apple-darwin11-configure
parent420e3b89918800853533233ee80506f512ead3da (diff)
Remove platform configures
Diffstat (limited to 'arm-apple-darwin11-configure')
-rwxr-xr-xarm-apple-darwin11-configure6
1 files changed, 0 insertions, 6 deletions
diff --git a/arm-apple-darwin11-configure b/arm-apple-darwin11-configure
deleted file mode 100755
index 115fd4e..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
-export CFLAGS="$CFLAGS -g0 -O2"
-./configure --host=$TARGET --prefix=$PREFIX --libdir=$PREFIX/usr/lib --includedir=$PREFIX/usr/include