Re: [PATCH v1 3/6] configure: also skip deprecated targets with target-list-exclude

2020-09-15 Thread Alex Bennée
Peter Maydell writes: > On Mon, 14 Sep 2020 at 16:27, Alex Bennée wrote: >> >> Now the user has to make an even more deliberate decision to >> enable a deprecated target rather than getting it as a side effect of >> using --target-exclude-list. >> >> Signed-off-by: Alex Bennée >> --- >> conf

Re: [PATCH v1 3/6] configure: also skip deprecated targets with target-list-exclude

2020-09-14 Thread Peter Maydell
On Mon, 14 Sep 2020 at 16:27, Alex Bennée wrote: > > Now the user has to make an even more deliberate decision to > enable a deprecated target rather than getting it as a side effect of > using --target-exclude-list. > > Signed-off-by: Alex Bennée > --- > configure | 12 +--- > 1 file ch

[PATCH v1 3/6] configure: also skip deprecated targets with target-list-exclude

2020-09-14 Thread Alex Bennée
Now the user has to make an even more deliberate decision to enable a deprecated target rather than getting it as a side effect of using --target-exclude-list. Signed-off-by: Alex Bennée --- configure | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/configure b/co