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>
This commit is contained in:
Alex Bennée 2020-09-15 14:43:17 +01:00
parent 1c0c06b1ea
commit 3ffc7f0137
3 changed files with 7 additions and 6 deletions

2
configure vendored
View file

@ -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() {