qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v1 4/6] configure: include tilegx-linux-user in the auto-exclude


From: Alex Bennée
Subject: [PATCH v1 4/6] configure: include tilegx-linux-user in the auto-exclude logic
Date: Mon, 14 Sep 2020 16:07:14 +0100

The target is already marked as deprecated in the documentation.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 configure | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index 50052378e417..d998723cccc3 100755
--- a/configure
+++ b/configure
@@ -1725,7 +1725,7 @@ fi
 # If the user doesn't explicitly specify a deprecated target we will
 # skip it.
 if test -z "$target_list"; then
-    deprecated_targets_list=ppc64abi32-linux-user
+    deprecated_targets_list=ppc64abi32-linux-user,tilegx-linux-user
     if test -z "$target_list_exclude"; then
         target_list_exclude="$deprecated_targets_list"
     else
@@ -7719,6 +7719,7 @@ case "$target_name" in
     gdb_xml_files="s390x-core64.xml s390-acr.xml s390-fpr.xml s390-vx.xml 
s390-cr.xml s390-virt.xml s390-gs.xml"
   ;;
   tilegx)
+    add_to deprecated_features tilegx
   ;;
   tricore)
   ;;
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]