[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 4/6] configure: include tilegx-linux-user in the auto-excl
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v1 4/6] configure: include tilegx-linux-user in the auto-exclude logic |
Date: |
Tue, 15 Sep 2020 14:58:34 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
On 9/14/20 5:07 PM, Alex Bennée wrote:
> 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)
> ;;
>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
- [PATCH v1 0/6] deprecation and linux-user tweaks (+test fix), Alex Bennée, 2020/09/14
- [PATCH v1 1/6] linux-user: test, don't assert addr != test in pgb_reserved_va, Alex Bennée, 2020/09/14
- [PATCH v1 2/6] configure: use add_to for tweaking deprecated_features, Alex Bennée, 2020/09/14
- [PATCH v1 4/6] configure: include tilegx-linux-user in the auto-exclude logic, Alex Bennée, 2020/09/14
- Re: [PATCH v1 4/6] configure: include tilegx-linux-user in the auto-exclude logic,
Philippe Mathieu-Daudé <=
- [PATCH v1 3/6] configure: also skip deprecated targets with target-list-exclude, Alex Bennée, 2020/09/14
- [PATCH v1 5/6] gitlab: create a build-deprecated target, Alex Bennée, 2020/09/14
- [PATCH v1 6/6] iotests: Work around failing readlink -f, Alex Bennée, 2020/09/14