]> git.proxmox.com Git - mirror_qemu.git/commit
meson: Rename target_softmmu_arch -> target_system_arch
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 4 Oct 2023 09:06:27 +0000 (11:06 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 7 Oct 2023 17:03:07 +0000 (19:03 +0200)
commit01c85e60a4d0675f0ad203fe1fe119381e7ad15b
tree06aae0a2a421890b9b906b396fbbe4a25dbf2118
parent21d2140dd8a0e44cd24a640f0316d02e7927f603
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>
22 files changed:
docs/devel/build-system.rst
meson.build
target/alpha/meson.build
target/arm/meson.build
target/avr/meson.build
target/cris/meson.build
target/hppa/meson.build
target/i386/meson.build
target/loongarch/meson.build
target/m68k/meson.build
target/microblaze/meson.build
target/mips/meson.build
target/nios2/meson.build
target/openrisc/meson.build
target/ppc/meson.build
target/riscv/meson.build
target/rx/meson.build
target/s390x/meson.build
target/sh4/meson.build
target/sparc/meson.build
target/tricore/meson.build
target/xtensa/meson.build