From fdb75aeff7c212e1afaaa3a43c36a0985fdc1e44 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 21 Sep 2020 04:37:49 -0400 Subject: 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 --- default-configs/targets/unicore32-softmmu.mak | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 default-configs/targets/unicore32-softmmu.mak (limited to 'default-configs/targets/unicore32-softmmu.mak') diff --git a/default-configs/targets/unicore32-softmmu.mak b/default-configs/targets/unicore32-softmmu.mak new file mode 100644 index 0000000000..85f37dc88f --- /dev/null +++ b/default-configs/targets/unicore32-softmmu.mak @@ -0,0 +1,2 @@ +TARGET_UNICORE32=y +TARGET_BASE_ARCH=unicore32 -- cgit v1.2.3