20 lines
658 B
Plaintext
Vendored
20 lines
658 B
Plaintext
Vendored
[binaries]
|
|
c = 'clang-15'
|
|
cpp = 'clang++-15'
|
|
ar = 'llvm-ar-15'
|
|
strip = 'llvm-strip-15'
|
|
objcopy = 'llvm-objcopy-15'
|
|
ld = 'llvm-ld-15'
|
|
|
|
[properties]
|
|
c_args = ['--target=i686-linux-gnu', '-isystem=/usr/i686-linux-gnu/include', '-march=x86', '-mattr=prescott', '-Weverything', '-fno-lax-vector-conversions', '-Werror']
|
|
cpp_args = ['--target=i686-linux-gnu', '-isystem=/usr/i686-linux-gnu/include', '-march=x86', '-mattr=prescott', '-Weverything', '-fno-lax-vector-conversions', '-Werror']
|
|
c_link_args = ['--target=i686-linux-gnu']
|
|
cpp_link_args = ['--target=i686-linux-gnu']
|
|
|
|
[host_machine]
|
|
system = 'linux'
|
|
cpu_family = 'x86'
|
|
cpu = 'prescott'
|
|
endian = 'little'
|