arm.crossfile 402 B

123456789101112131415
  1. [binaries]
  2. c = 'clang'
  3. ar = 'llvm-ar'
  4. # Copied from //third_party/ffmpeg's build_ffmpeg.py script. Does not use all
  5. # the cflags listed there since dav1d doesn't currently need such specificity.
  6. [properties]
  7. c_args = ['-march=armv7-a', '--target=arm-linux-gnueabihf']
  8. c_link_args = ['--target=arm-linux-gnueabihf']
  9. [host_machine]
  10. system = 'linux'
  11. cpu_family = 'arm'
  12. cpu = 'armv7-a'
  13. endian = 'little'