diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-02-06 19:43:26 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-02-06 19:43:26 +0800 |
commit | c22d47f78acf4053a4856be1e2f4b2d48b822594 (patch) | |
tree | 2b89c63f4fc602dbd5c0a3c276356bd844b8e469 /arm-apple-darwin11-configure | |
parent | 420e3b89918800853533233ee80506f512ead3da (diff) |
Remove platform configures
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 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 |