OSDN Git Service

configure: include tilegx-linux-user in the deprecation logic
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 15 Sep 2020 13:43:15 +0000 (14:43 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 16 Sep 2020 09:07:01 +0000 (10:07 +0100)
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>

configure

index 58be974..dfd7f18 100755 (executable)
--- 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() {