On 9/15/20 3:43 PM, Alex Bennée wrote: > The target is already marked as deprecated in the documentation. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 58be974065c8..dfd7f18dcb24 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() { >
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>