Re: [PATCH] build: remove obsolete compiler checks

2025-07-18 Thread David Marchand
On Fri, Jul 18, 2025 at 3:06 PM Bruce Richardson wrote: > > On Fri, Jul 18, 2025 at 02:45:48PM +0200, David Marchand wrote: > > On Fri, Jul 18, 2025 at 2:14 PM Bruce Richardson > > wrote: > > > diff --git a/drivers/net/virtio/meson.build > > > b/drivers/net/virtio/meson.build > > > index d3caa3a

Re: [PATCH] build: remove obsolete compiler checks

2025-07-18 Thread Bruce Richardson
On Fri, Jul 18, 2025 at 02:45:48PM +0200, David Marchand wrote: > On Fri, Jul 18, 2025 at 2:14 PM Bruce Richardson > wrote: > > diff --git a/drivers/net/virtio/meson.build b/drivers/net/virtio/meson.build > > index d3caa3a3b4..a9ff87e863 100644 > > --- a/drivers/net/virtio/meson.build > > +++ b/dr

Re: [PATCH] build: remove obsolete compiler checks

2025-07-18 Thread David Marchand
On Fri, Jul 18, 2025 at 2:14 PM Bruce Richardson wrote: > diff --git a/drivers/net/virtio/meson.build b/drivers/net/virtio/meson.build > index d3caa3a3b4..a9ff87e863 100644 > --- a/drivers/net/virtio/meson.build > +++ b/drivers/net/virtio/meson.build > @@ -31,7 +31,7 @@ if arch_subdir == 'x86' >

Re: [PATCH] build: remove obsolete compiler checks

2025-07-18 Thread Bruce Richardson
On Fri, Jul 18, 2025 at 02:21:45PM +0200, David Marchand wrote: > On Fri, Jul 18, 2025 at 2:14 PM Bruce Richardson > wrote: > > > > DPDK now recommends compiler versions GCC 8+, and Clang 7+, so remove > > checks and workarounds for versions old than these. > > > > Signed-off-by: Bruce Richardson

Re: [PATCH] build: remove obsolete compiler checks

2025-07-18 Thread David Marchand
On Fri, Jul 18, 2025 at 2:14 PM Bruce Richardson wrote: > > DPDK now recommends compiler versions GCC 8+, and Clang 7+, so remove > checks and workarounds for versions old than these. > > Signed-off-by: Bruce Richardson > --- > config/meson.build | 5 > drivers/event/meson

[PATCH] build: remove obsolete compiler checks

2025-07-18 Thread Bruce Richardson
DPDK now recommends compiler versions GCC 8+, and Clang 7+, so remove checks and workarounds for versions old than these. Signed-off-by: Bruce Richardson --- config/meson.build | 5 drivers/event/meson.build | 5 +--- drivers/meson.build | 2 +-