mirror of
https://github.com/qemu/qemu.git
synced 2025-08-15 05:06:56 +00:00

The config-target.mak files are small constant, we can therefore just write them down explicitly. This removes a pretty large part of the configure script, including the whole logic to detect which accelerators are supported by each target. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8 lines
249 B
Makefile
8 lines
249 B
Makefile
TARGET_PPC=y
|
|
TARGET_BASE_ARCH=ppc
|
|
TARGET_ABI_DIR=ppc
|
|
TARGET_SYSTBL_ABI=common,nospu,32
|
|
TARGET_SYSTBL=syscall.tbl
|
|
TARGET_WORDS_BIGENDIAN=y
|
|
TARGET_XML_FILES= gdb-xml/power-core.xml gdb-xml/power-fpu.xml gdb-xml/power-altivec.xml gdb-xml/power-spe.xml
|