From: Alex Bennée Date: Tue, 15 Sep 2020 13:43:15 +0000 (+0100) Subject: configure: include tilegx-linux-user in the deprecation logic X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=44bf7a3464f2249c585169667b85c0451d6b6bc3;p=qemu.git configure: include tilegx-linux-user in the deprecation logic The target is already marked as deprecated in the documentation. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20200915134317.11110-7-alex.bennee@linaro.org> --- diff --git a/configure b/configure index 58be974065..dfd7f18dcb 100755 --- a/configure +++ b/configure @@ -280,7 +280,7 @@ supported_whpx_target() { return 1 } -deprecated_targets_list=ppc64abi32-linux-user +deprecated_targets_list=ppc64abi32-linux-user,tilegx-linux-user deprecated_features="" supported_target() {