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-Tag: v5.2.0-rc0~108^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44bf7a3464f2249c585169667b85c0451d6b6bc3;p=thirdparty%2Fqemu.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 58be974065c..dfd7f18dcb2 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() {