diff mbox series

[PULL,6/8] configure: include tilegx-linux-user in the deprecation logic

Message ID 20200916122648.17468-7-alex.bennee@linaro.org
State Superseded
Headers show
Series configure deprecation, linux-user and test fix | expand

Commit Message

Alex Bennée Sept. 16, 2020, 12:26 p.m. UTC
The target is already marked as deprecated in the documentation.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200915134317.11110-7-alex.bennee@linaro.org>
diff mbox series

Patch

diff --git a/configure b/configure
index 58be974065c8..dfd7f18dcb24 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() {