summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlex Bennée2020-09-15 15:43:17 +0200
committerAlex Bennée2020-09-16 11:07:01 +0200
commit3ffc7f013763bf4fc50c3b403cbacca2bee68cfa (patch)
treeedf1675e59bd3d10ff971c7e40d08ea811c2c9a1 /configure
parentgitlab: create a build-deprecated target (diff)
downloadqemu-3ffc7f013763bf4fc50c3b403cbacca2bee68cfa.tar.gz
qemu-3ffc7f013763bf4fc50c3b403cbacca2bee68cfa.tar.xz
qemu-3ffc7f013763bf4fc50c3b403cbacca2bee68cfa.zip
configure: add [lm32|unicore32]-softmmu to deprecation logic
While we are at it move the few places where they are into the deprecation build bucket. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200915134317.11110-9-alex.bennee@linaro.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dfd7f18dcb..7564479008 100755
--- a/configure
+++ b/configure
@@ -280,7 +280,7 @@ supported_whpx_target() {
return 1
}
-deprecated_targets_list=ppc64abi32-linux-user,tilegx-linux-user
+deprecated_targets_list=ppc64abi32-linux-user,tilegx-linux-user,lm32-softmmu,unicore32-softmmu
deprecated_features=""
supported_target() {