mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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:
parent
1c0c06b1ea
commit
3ffc7f0137
3 changed files with 7 additions and 6 deletions
2
configure
vendored
2
configure
vendored
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue