diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2023-07-18 11:46:28 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-07-31 11:41:21 +0100 |
commit | 71054f72f14e7a62b6e623997404259d52ea43fb (patch) | |
tree | 47cc92123447bb4b7866123caec17f5064567cee /hw/i386/kvm/xenstore_impl.c | |
parent | 2b0d656ab6484cae7f174e194215a6d50343ecd2 (diff) |
target/arm/tcg: Don't build AArch64 decodetree files for qemu-system-arm
Currently we list all the Arm decodetree files together and add them
unconditionally to arm_ss. This means we build them for both
qemu-system-aarch64 and qemu-system-arm. However, some of them are
AArch64-specific, so there is no need to build them for
qemu-system-arm. (Meson is smart enough to notice that the generated
.c.inc file is not used by any objects that go into qemu-system-arm,
so we only unnecessarily run decodetree, not anything more
heavyweight like a recompile or relink, but it's still unnecessary
work.)
Split gen into gen_a32 and gen_a64, and only add gen_a64 for
TARGET_AARCH64 compiles.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20230718104628.1137734-1-peter.maydell@linaro.org
Diffstat (limited to 'hw/i386/kvm/xenstore_impl.c')
0 files changed, 0 insertions, 0 deletions