19 lines
345 B
Plaintext
Vendored
19 lines
345 B
Plaintext
Vendored
[binaries]
|
|
c = 'gcc-10'
|
|
cpp = 'g++-10'
|
|
ar = 'ar'
|
|
strip = 'strip'
|
|
objcopy = 'objcopy'
|
|
ld = 'ld'
|
|
exe_wrapper = ['sde64', '-tgl', '--']
|
|
|
|
[properties]
|
|
c_args = ['-march=tigerlake', '-Wextra', '-Werror']
|
|
cpp_args = ['-march=tigerlake', '-Wextra', '-Werror']
|
|
|
|
[host_machine]
|
|
system = 'linux'
|
|
cpu_family = 'x86_64-all'
|
|
cpu = 'x86_64'
|
|
endian = 'little'
|