summaryrefslogtreecommitdiffstats
path: root/build_iphone.sh
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2012-12-05 10:54:20 +1300
committerAnthony Blake <anthonix@me.com>2012-12-05 10:54:20 +1300
commitcda9bbb952c27ae1810fa91f3e27bd8827382cae (patch)
tree9179d608e66822456ac2066ed5eb7e5d364eb464 /build_iphone.sh
parentec477d4f3e4f23a2221cbf0614f3fec26de3d9f2 (diff)
downloadffts-cda9bbb952c27ae1810fa91f3e27bd8827382cae.zip
ffts-cda9bbb952c27ae1810fa91f3e27bd8827382cae.tar.gz
Changed iphone build script
Diffstat (limited to 'build_iphone.sh')
-rwxr-xr-xbuild_iphone.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_iphone.sh b/build_iphone.sh
index 6817090..ff6c702 100755
--- a/build_iphone.sh
+++ b/build_iphone.sh
@@ -7,7 +7,7 @@ INSTALL_DIR="`pwd`/build"
export SDKVER="6.0"
export DEVROOT="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer"
export SDKROOT="$DEVROOT/SDKs/iPhoneOS$SDKVER.sdk"
-export CFLAGS="-O3 -Wreturn-type -Wparentheses -Wswitch -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-shorten-64-to-32 -Wno-trigraphs -fpascal-strings -miphoneos-version-min=5.0 -mcpu=cortex-a9 -arch armv7 -mfpu=neon -pipe -isysroot $SDKROOT -isystem $SDKROOT/usr/include -isystem $DEVROOT/usr/include -std=c99 -mno-thumb -no-integrated-as"
+export CFLAGS="-O3 -Wreturn-type -Wparentheses -Wswitch -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-shorten-64-to-32 -Wno-trigraphs -fpascal-strings -miphoneos-version-min=5.0 -mcpu=cortex-a9 -arch armv7 -mfpu=neon -pipe -isysroot $SDKROOT -isystem $SDKROOT/usr/include -isystem $DEVROOT/usr/include -mno-thumb -no-integrated-as"
export AR="$DEVROOT/usr/bin/ar"
export CC="clang"
OpenPOWER on IntegriCloud