diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-08-20 12:01:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-20 12:02:58 +0300 |
commit | 64792f61a1c67d6cd447d3a0d44188339efdd467 (patch) | |
tree | e54f6810d1755e30c03ccd4223c0833b98ef8b0b /README.cross | |
parent | 410b6f01f07f8f1a84f2118c71735cdbb5331d5f (diff) |
Don't fake --with-system-nss any more, autodetect build platform toolchain
Change-Id: I5699577ff5a754da079ca3acefd6d9a545154d44
Diffstat (limited to 'README.cross')
-rw-r--r-- | README.cross | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/README.cross b/README.cross index 6b24da27f013..7bba7301c3dd 100644 --- a/README.cross +++ b/README.cross @@ -288,25 +288,18 @@ CC=ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xct 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 ---with-system-nss --without-help --without-helppack-integration --without-myspell-dicts -The --with-system-nss doesn't mean that any Mozilla NSS would be used, -it's just a trick to bypass some tests in the configure script. - -For the iOS simulator, using Xcode 4.3 and clang both for the host and +For the iOS simulator, using Xcode 4.4.1 and clang both for the host and build platform: CXX=ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk -mmacosx-version-min=10.6 CC=ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk -mmacosx-version-min=10.6 -CC_FOR_BUILD=ccache clang -arch i386 -mmacosx-version-min=10.6 -CXX_FOR_BUILD=ccache clang++ -arch i386 -mmacosx-version-min=10.6 --enable-werror ---with-build-platform-configure-options=--with-macosx-version-min-required=10.6 --with-macosx-sdk=10.6 +--with-build-platform-configure-options=--with-macosx-version-min-required=10.6 --with-distro=LibreOfficeiOS ---with-system-nss --without-help --without-helppack-integration --without-myspell-dicts |