Changes between Version 78 and Version 79 of Getting-Started/iPhone


Ignore:
Timestamp:
Jul 28, 2015 7:15:50 AM (9 years ago)
Author:
nanang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/iPhone

    v78 v79  
    210210You need to compile separately for each architecture. If your iPhone SDK has '''{{{llvm-gcc}}}''' compiler (which is the supported compiler starting iOS SDK 5) or '''{{{clang}}}''', then you need to set '''{{{ARCH}}}''' environment variable to the desired architecture before running {{{configure-iphone}}}, for example: 
    211211{{{ 
    212 export ARCH = "-arch armv6" 
     212export ARCH="-arch armv6" 
    213213}}} 
    214214