diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-09-21 04:37:49 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-10-03 08:18:56 -0400 |
commit | fdb75aeff7c212e1afaaa3a43c36a0985fdc1e44 (patch) | |
tree | 38894777a8f516fac239fb3dc3f6e9bcb8aa4c92 /default-configs/targets/ppc64-linux-user.mak | |
parent | 859c3d59905e9435d8bb16db62b7254e5efbc58a (diff) |
configure: remove target configuration
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>
Diffstat (limited to 'default-configs/targets/ppc64-linux-user.mak')
-rw-r--r-- | default-configs/targets/ppc64-linux-user.mak | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/default-configs/targets/ppc64-linux-user.mak b/default-configs/targets/ppc64-linux-user.mak new file mode 100644 index 0000000000..7f96ab7e9d --- /dev/null +++ b/default-configs/targets/ppc64-linux-user.mak @@ -0,0 +1,7 @@ +TARGET_PPC64=y +TARGET_BASE_ARCH=ppc +TARGET_ABI_DIR=ppc +TARGET_SYSTBL_ABI=common,nospu,64 +TARGET_SYSTBL=syscall.tbl +TARGET_WORDS_BIGENDIAN=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 |