19 lines
355 B
Plaintext
19 lines
355 B
Plaintext
[binaries]
|
|
c = ['gcc', '-m32']
|
|
cpp = ['g++', '-m32']
|
|
rust = ['rustc', '--target', 'i686-unknown-linux-gnu']
|
|
pkgconfig = '/usr/bin/pkg-config'
|
|
llvm-config = '/usr/bin/llvm-config-32'
|
|
strip = 'strip'
|
|
|
|
[built-in options]
|
|
libdir = 'lib32'
|
|
|
|
[host_machine]
|
|
system = 'linux'
|
|
subsystem = 'linux'
|
|
kernel = 'linux'
|
|
cpu_family = 'x86'
|
|
cpu = 'i686'
|
|
endian = 'little'
|