diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2020-09-15 14:43:15 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-09-16 10:07:01 +0100 |
commit | 44bf7a3464f2249c585169667b85c0451d6b6bc3 (patch) | |
tree | 6d3016e8b392f6ca16325c9d71b30f58b305104a | |
parent | 98db9a066748fdbbd4131fd874c04d40fd0aca4b (diff) | |
download | qemu-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |