diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-04 14:35:03 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-04 14:35:03 +0800 |
commit | c5c8117e1147bff6623c9a0ed00e3d5b91b0fe74 (patch) | |
tree | 8539ea19fd904157e3cea3178f91420be2d4b276 /arm-apple-darwin11-configure | |
parent | 4d76449e7f45d125b8427e63e06d733ee73a84c4 (diff) |
More configure wrappers
Diffstat (limited to 'arm-apple-darwin11-configure')
-rwxr-xr-x | arm-apple-darwin11-configure | 6 |
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 |