Re: [PATCH] configure: Loosen GCC requirement from 7.5.0 to 7.4.0

2021-09-27 Thread Daniel P . Berrangé
On Sun, Sep 26, 2021 at 07:22:14AM +, nia wrote: > As discussed in issue 614, we're shipping GCC 7.4.0 as the > system compiler in NetBSD 9, the most recent stable branch, > and are still actively interested in QEMU on this platform. > > The differences between GCC 7.5.0 and 7.4.0 are trivial.

Re: [PATCH] configure: Loosen GCC requirement from 7.5.0 to 7.4.0

2021-09-26 Thread Philippe Mathieu-Daudé
Cc'ing Daniel & Thomas. On 9/26/21 09:22, nia wrote: > As discussed in issue 614, we're shipping GCC 7.4.0 as the > system compiler in NetBSD 9, the most recent stable branch, > and are still actively interested in QEMU on this platform. > > The differences between GCC 7.5.0 and 7.4.0 are trivial

[PATCH] configure: Loosen GCC requirement from 7.5.0 to 7.4.0

2021-09-26 Thread nia
As discussed in issue 614, we're shipping GCC 7.4.0 as the system compiler in NetBSD 9, the most recent stable branch, and are still actively interested in QEMU on this platform. The differences between GCC 7.5.0 and 7.4.0 are trivial. Signed-off-by: Nia Alarie --- configure | 4 ++-- 1 file ch