arm64.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=armv8-a', '--target=aarch64-linux-gnu']
  8. c_link_args = ['--target=aarch64-linux-gnu']
  9. [host_machine]
  10. system = 'linux'
  11. cpu_family = 'aarch64'
  12. cpu = 'armv8-a'
  13. endian = 'little'