iphone.txt 1.2 KB

12345678910111213141516171819202122232425262728
  1. # This is a cross compilation file from OSX Yosemite to iPhone
  2. # Apple keeps changing the location and names of files so
  3. # these might not work for you. Use the googels and xcrun.
  4. [binaries]
  5. c = 'clang'
  6. cpp = 'clang++'
  7. ar = 'ar'
  8. strip = 'strip'
  9. [properties]
  10. root = '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer'
  11. c_args = ['-arch', 'armv7', '-miphoneos-version-min=8.0', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk']
  12. cpp_args = ['-arch', 'armv7', '-miphoneos-version-min=8.0', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk']
  13. c_link_args = ['-arch', 'armv7', '-miphoneos-version-min=8.0', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk']
  14. cpp_link_args = ['-arch', 'armv7', '-miphoneos-version-min=8.0', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk']
  15. has_function_printf = true
  16. has_function_hfkerhisadf = false
  17. [host_machine]
  18. system = 'darwin'
  19. cpu_family = 'arm'
  20. cpu = 'armv7'
  21. endian = 'little'