20 lines
402 B
Plaintext
20 lines
402 B
Plaintext
[binaries]
|
|
c = '/usr/lib/ccache/gcc'
|
|
cpp = '/usr/lib/ccache/g++'
|
|
rust = ['rustc', '--target', 'i686-unknown-linux-gnu']
|
|
pkgconfig = '/usr/bin/pkg-config'
|
|
llvm-config = '/usr/bin/llvm-config-32'
|
|
strip = '/usr/bin/strip'
|
|
|
|
[properties]
|
|
c_args = ['-m32']
|
|
c_link_args = ['-m32']
|
|
cpp_args = ['-m32']
|
|
cpp_link_args = ['-m32']
|
|
|
|
[host_machine]
|
|
system = 'linux'
|
|
cpu_family = 'x86'
|
|
cpu = 'i686'
|
|
endian = 'little'
|