Re: [PULL 06/10] configure: don't enable ppc64abi32-linux-user by default

2020-09-11 Thread Alex Bennée
Peter Maydell writes: > On Thu, 10 Sep 2020 at 14:15, Alex Bennée wrote: >> >> The user can still enable this explicitly but they will get a warning >> at the end of configure for their troubles. This also drops any builds >> of ppc64abi32 from our CI tests. >> >> Signed-off-by: Alex Bennée >

Re: [PULL 06/10] configure: don't enable ppc64abi32-linux-user by default

2020-09-10 Thread Peter Maydell
On Thu, 10 Sep 2020 at 14:15, Alex Bennée wrote: > > The user can still enable this explicitly but they will get a warning > at the end of configure for their troubles. This also drops any builds > of ppc64abi32 from our CI tests. > > Signed-off-by: Alex Bennée > Reviewed-by: Philippe Mathieu-Dau

[PULL 06/10] configure: don't enable ppc64abi32-linux-user by default

2020-09-10 Thread Alex Bennée
The user can still enable this explicitly but they will get a warning at the end of configure for their troubles. This also drops any builds of ppc64abi32 from our CI tests. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20200909112742.25730-7-alex.ben...@linaro.org>