summaryrefslogtreecommitdiff
path: root/chromium/third_party/dav1d/crossfiles/arm.crossfile
blob: 9bd967c0c8ceba975d064365d884c64e31412770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[binaries]
c = 'clang'
ar = 'llvm-ar'

# Copied from //third_party/ffmpeg's build_ffmpeg.py script. Does not use all
# the cflags listed there since dav1d doesn't currently need such specificity.
[properties]
c_args = ['-march=armv7-a', '--target=arm-linux-gnueabihf']
c_link_args = ['--target=arm-linux-gnueabihf']

[host_machine]
system = 'linux'
cpu_family = 'arm'
cpu = 'armv7-a'
endian = 'little'