Message ID | 20200915134317.11110-7-alex.bennee@linaro.org |
---|---|
State | New |
Headers | show |
Series | configure deprecation, linux-user and iotest fixes | expand |
On 9/15/20 6:43 AM, 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 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
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.bennee@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é <f4bug@amsat.org>
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() {
The target is already marked as deprecated in the documentation. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)