summaryrefslogtreecommitdiff
path: root/README.cross
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-11-11 21:47:59 +0200
committerTor Lillqvist <tml@iki.fi>2011-11-11 22:59:38 +0200
commit6f68a2f98628d472d988fca62915e93cbfc06df4 (patch)
tree5669ac51b22eca3427d5358be0f78899758198d9 /README.cross
parent8f87fdf6a5058bbb6d2d607e3a9455e8b1a7c113 (diff)
Update example for iOS device: Use 5.0 SDK
Diffstat (limited to 'README.cross')
-rw-r--r--README.cross4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.cross b/README.cross
index ae1b2c620f91..0df25a841920 100644
--- a/README.cross
+++ b/README.cross
@@ -278,8 +278,8 @@ The Apple tool-chain for iOS cross-building is available only for
Mac OS X, so that is where I have been doing it.
Here is my autogen.lastrun for iOS (device):
-CXX=ccache /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++ -arch armv7 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk
-CC=ccache /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc -arch armv7 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk
+CXX=ccache /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++ -arch armv7 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk
+CC=ccache /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc -arch armv7 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk
CC_FOR_BUILD=ccache /Xcode3/usr/bin/gcc-4.0 -mmacosx-version-min=10.4
CXX_FOR_BUILD=ccache /Xcode3/usr/bin/g++-4.0 -mmacosx-version-min=10.4
--with-distro=LibreOfficeiOS