mirror of
https://github.com/qemu/qemu.git
synced 2026-02-04 02:24:51 +00:00
Instead of having a compile-time TARGET_SUPPORTS_MTTCG definition, have each target set the 'mttcg_supported' field in the TCGCPUOps structure. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Anton Johansson <anjo@rev.ng> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20250405161320.76854-17-philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
9 lines
290 B
Makefile
9 lines
290 B
Makefile
TARGET_ARCH=ppc64
|
|
TARGET_BASE_ARCH=ppc
|
|
TARGET_BIG_ENDIAN=y
|
|
TARGET_KVM_HAVE_GUEST_DEBUG=y
|
|
TARGET_XML_FILES= gdb-xml/power64-core.xml gdb-xml/power-fpu.xml gdb-xml/power-altivec.xml gdb-xml/power-spe.xml gdb-xml/power-vsx.xml
|
|
# all boards require libfdt
|
|
TARGET_NEED_FDT=y
|
|
TARGET_LONG_BITS=64
|