Lines Matching +full:meson +full:- +full:cross
2 # SPDX-License-Identifier: MIT
125 … command : [prog_python, '@INPUT0@', '--outdir', meson.current_build_dir()])
133 prog_python, '@INPUT@', '-p', dir_compiler_nir,
144 prog_python, '@INPUT@', '-p', dir_compiler_nir,
171 if get_option('intel-clc') == 'system' or get_option('precomp-compiler') == 'system'
193 # Most commonly this happens when doing a cross compile from an x86_64 build
195 native : not meson.can_run_host_binaries(),
196 install : get_option('install-intel-clc') or get_option('install-precomp-compiler'),
237 prog_bison, '@INPUT@', '--defines=@OUTPUT1@',
238 '--output=@OUTPUT0@'
242 prog_bison, '-H', '@OUTPUT1@',
243 '-o', '@OUTPUT0@', '@INPUT@'
258 command : [prog_flex, '-o', '@OUTPUT@', '@INPUT@']
300 test_runner = find_program('tests/run-test.py')
304 _gen_folder = join_paths(meson.current_source_dir(), 'tests',
309 '--brw_asm', brw_asm_tool,
310 '--gen_name', _gen_name,
311 '--gen_folder', _gen_folder,