Welcome to mirror list, hosted at ThFree Co, Russian Federation.

i686-linux32.meson « crossfiles « package - github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84be1b8b1d3a73e7fad81cd9cacd54886e584bb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[binaries]
c = 'gcc'
cpp = 'g++'
ar = 'ar'
strip = 'strip'

[properties]
c_link_args = ['-m32', '-Wl,-z,text']
c_args = ['-m32']

[host_machine]
system = 'linux'
cpu_family = 'x86'
cpu = 'i686'
endian = 'little'