diff options
author | Paolo Bonzini | 2020-09-21 10:37:49 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-10-03 14:18:56 +0200 |
commit | fdb75aeff7c212e1afaaa3a43c36a0985fdc1e44 (patch) | |
tree | 38894777a8f516fac239fb3dc3f6e9bcb8aa4c92 /default-configs/targets/ppc64le-linux-user.mak | |
parent | configure: remove useless config-target.mak symbols (diff) | |
download | qemu-fdb75aeff7c212e1afaaa3a43c36a0985fdc1e44.tar.gz qemu-fdb75aeff7c212e1afaaa3a43c36a0985fdc1e44.tar.xz qemu-fdb75aeff7c212e1afaaa3a43c36a0985fdc1e44.zip |
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/ppc64le-linux-user.mak')
-rw-r--r-- | default-configs/targets/ppc64le-linux-user.mak | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/default-configs/targets/ppc64le-linux-user.mak b/default-configs/targets/ppc64le-linux-user.mak new file mode 100644 index 0000000000..3dd54b894c --- /dev/null +++ b/default-configs/targets/ppc64le-linux-user.mak @@ -0,0 +1,6 @@ +TARGET_PPC64=y +TARGET_BASE_ARCH=ppc +TARGET_ABI_DIR=ppc +TARGET_SYSTBL_ABI=common,nospu,64 +TARGET_SYSTBL=syscall.tbl +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 |