aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2020-09-15 14:43:15 +0100
committerAlex Bennée <alex.bennee@linaro.org>2020-09-16 10:07:01 +0100
commit44bf7a3464f2249c585169667b85c0451d6b6bc3 (patch)
tree6d3016e8b392f6ca16325c9d71b30f58b305104a
parent98db9a066748fdbbd4131fd874c04d40fd0aca4b (diff)
downloadqemu-44bf7a3464f2249c585169667b85c0451d6b6bc3.zip
qemu-44bf7a3464f2249c585169667b85c0451d6b6bc3.tar.gz
qemu-44bf7a3464f2249c585169667b85c0451d6b6bc3.tar.bz2
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 <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>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 58be974..dfd7f18 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() {