mirror of
https://github.com/qemu/qemu.git
synced 2026-02-04 05:35:39 +00:00
These targets were only using the legacy ldst_phys() API via the virtio load/store helpers, which got cleaned up. Mark them not using the legacy ldst_phys() API to avoid further use, allowing to eventually remove it. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20251224151351.86733-10-philmd@linaro.org>
6 lines
121 B
Makefile
6 lines
121 B
Makefile
TARGET_ARCH=mips64
|
|
TARGET_BASE_ARCH=mips
|
|
TARGET_BIG_ENDIAN=y
|
|
TARGET_LONG_BITS=64
|
|
TARGET_NOT_USING_LEGACY_LDST_PHYS_API=y
|