summaryrefslogtreecommitdiffstats
path: root/default-configs/targets/sh4eb-softmmu.mak
diff options
context:
space:
mode:
authorPaolo Bonzini2020-09-21 10:37:49 +0200
committerPaolo Bonzini2020-10-03 14:18:56 +0200
commitfdb75aeff7c212e1afaaa3a43c36a0985fdc1e44 (patch)
tree38894777a8f516fac239fb3dc3f6e9bcb8aa4c92 /default-configs/targets/sh4eb-softmmu.mak
parentconfigure: remove useless config-target.mak symbols (diff)
downloadqemu-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/sh4eb-softmmu.mak')
-rw-r--r--default-configs/targets/sh4eb-softmmu.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/default-configs/targets/sh4eb-softmmu.mak b/default-configs/targets/sh4eb-softmmu.mak
new file mode 100644
index 0000000000..f1848b89b6
--- /dev/null
+++ b/default-configs/targets/sh4eb-softmmu.mak
@@ -0,0 +1,4 @@
+TARGET_SH4=y
+TARGET_BASE_ARCH=sh4
+TARGET_ALIGNED_ONLY=y
+TARGET_WORDS_BIGENDIAN=y