]> Git Repo - qemu.git/blob - target/i386/tcg/meson.build
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / target / i386 / tcg / meson.build
1 i386_ss.add(when: 'CONFIG_TCG', if_true: files(
2   'bpt_helper.c',
3   'cc_helper.c',
4   'excp_helper.c',
5   'fpu_helper.c',
6   'int_helper.c',
7   'mem_helper.c',
8   'misc_helper.c',
9   'mpx_helper.c',
10   'seg_helper.c',
11   'tcg-cpu.c',
12   'translate.c'), if_false: files('tcg-stub.c'))
13
14 subdir('sysemu')
15 subdir('user')
This page took 0.029072 seconds and 4 git commands to generate.