fdb75aeff7
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>
6 lines
254 B
Makefile
6 lines
254 B
Makefile
TARGET_S390X=y
|
|
TARGET_BASE_ARCH=s390x
|
|
TARGET_WORDS_BIGENDIAN=y
|
|
TARGET_SUPPORTS_MTTCG=y
|
|
TARGET_XML_FILES= gdb-xml/s390x-core64.xml gdb-xml/s390-acr.xml gdb-xml/s390-fpr.xml gdb-xml/s390-vx.xml gdb-xml/s390-cr.xml gdb-xml/s390-virt.xml gdb-xml/s390-gs.xml
|