Logo
Explore Help
Sign In
dfaggioli/qemu
1
0
Fork 0
You've already forked qemu
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
b9377d1c5f366e3c914fb32ca13a2178ea901b2d
qemu/target/rx/meson.build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
308 B
Meson
Raw Normal View History

meson: target Similar to hw_arch, each architecture defines two sourceset which are placed in dictionaries target_arch and target_softmmu_arch. These are then picked up from there when building the per-emulator static_library. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-08-07 12:10:23 +02:00
gen = [
decodetree.process('insns.decode', extra_args: [ '--varinsnwidth', '32' ])
]
rx_ss = ss.source_set()
rx_ss.add(gen)
rx_ss.add(files(
'translate.c',
'op_helper.c',
'helper.c',
'cpu.c',
'gdbstub.c',
'disas.c'))
target_arch += {'rx': rx_ss}
meson: Rename target_softmmu_arch -> target_system_arch Finish the convertion started with commit de6cd7599b ("meson: Replace softmmu_ss -> system_ss"). If the $target_type is 'system', then use the target_system_arch[] source set :) Mechanical change doing: $ sed -i -e s/target_softmmu_arch/target_system_arch/g \ $(git grep -l target_softmmu_arch) Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20231004090629.37473-13-philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2023-10-04 11:06:27 +02:00
target_system_arch += {'rx': ss.source_set()}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 85ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API