summaryrefslogtreecommitdiff
path: root/README.cross
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-07-09 12:21:53 +0300
committerTor Lillqvist <tml@collabora.com>2014-07-09 12:27:05 +0300
commitf285ac7c0a5df29d1476462fe2ba1b4d13b27aa4 (patch)
tree61aa6afc74b6ac31166049d4638aaa2f63faf9f4 /README.cross
parentfe6f8010595dafc5fa8baffbaf92a09526aca3df (diff)
Add note that building for the simulator is broken
Change-Id: I188ce756ea8194e903fc0d3edb0e859ab52c7d0f
Diffstat (limited to 'README.cross')
-rw-r--r--README.cross9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.cross b/README.cross
index 23fdc7ca5609..cfeaadc4d45b 100644
--- a/README.cross
+++ b/README.cross
@@ -287,7 +287,8 @@ Here is an autogen.input for iOS (device) using Xcode 4.6, on OS X 10.8:
--enable-debug
--enable-werror
-For the iOS Simulator:
+For the iOS Simulator, but note that building for the simulator is
+broken at the moment (July 2014):
--build=i386-apple-darwin10.7.0
--host=arm-apple-darwin10
@@ -296,9 +297,9 @@ For the iOS Simulator:
--enable-debug
--enable-werror
-Note that you will have to install autoconf and automake yourself
-before running autogen.sh. They are no longer included in Xcode 4.3
-and later (not even in the add-on "command line tools").
+You will have to install autoconf and automake yourself before running
+autogen.sh. They are no longer included in Xcode 4.3 and later (not
+even in the add-on "command line tools").
The -mmacosx-version-min=10.7 is necessary when building for the iOS
simulator to avoid clang replacing simple calls to fprintf with calls