mirror of
https://github.com/qemu/qemu.git
synced 2026-04-05 22:00:58 +00:00
Commit d751921cff ("hw/arm/omap1: Remove omap_badwidth_*
implementations") removed the last use of the legacy ldst_phys()
API. Set the TARGET_NOT_USING_LEGACY_LDST_PHYS_API variable to
hide the legacy API to the ARM / Aarch64 binaries, avoiding further
API uses to creep in.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20260319104414.66367-1-philmd@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
9 lines
365 B
Makefile
9 lines
365 B
Makefile
TARGET_ARCH=aarch64
|
|
TARGET_BASE_ARCH=arm
|
|
TARGET_KVM_HAVE_GUEST_DEBUG=y
|
|
TARGET_XML_FILES= aarch64-core.xml aarch64-fpu.xml arm-core.xml arm-vfp.xml arm-vfp3.xml arm-vfp-sysregs.xml arm-neon.xml arm-m-profile.xml arm-m-profile-mve.xml aarch64-pauth.xml aarch64-sme2.xml
|
|
# needed by boot.c
|
|
TARGET_NEED_FDT=y
|
|
TARGET_LONG_BITS=64
|
|
TARGET_NOT_USING_LEGACY_LDST_PHYS_API=y
|