diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2020-09-15 14:43:17 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-09-16 10:07:01 +0100 |
commit | 3ffc7f013763bf4fc50c3b403cbacca2bee68cfa (patch) | |
tree | edf1675e59bd3d10ff971c7e40d08ea811c2c9a1 /configure | |
parent | 1c0c06b1ea29d6f81424011f9b69b77cb0ea87ce (diff) |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |