[PATCH] net/intel: remove unnecessary compiler flag for mingw
Bruce Richardson
bruce.richardson at intel.com
Fri Mar 14 11:03:50 CET 2025
On Thu, Mar 13, 2025 at 11:24:43AM -0700, Andre Muezerie wrote:
> On Wed, Mar 12, 2025 at 03:54:58PM +0000, Bruce Richardson wrote:
> > There was an issue with building DPDK using mingw v8.1[1], which
> > required using the "-fno-asynchronous-unwind-tables" compiler flag when
> > building using the mingw compiler. However, recent versions of the
> > compiler no longer seem to need this flag, so remove it.
> >
> > [1] https://inbox.dpdk.org/dev/CAJFAV8z3qFhT9Vv5xOpLhi74BYAht2YCfL2ffLrmei4hfSG5jg@mail.gmail.com
> >
> > Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> > ---
> > drivers/net/intel/i40e/meson.build | 4 ----
> > drivers/net/intel/iavf/meson.build | 4 ----
> > drivers/net/intel/ice/base/meson.build | 4 ----
> > drivers/net/intel/ice/meson.build | 4 ----
> > drivers/net/intel/ixgbe/meson.build | 3 ---
> > 5 files changed, 19 deletions(-)
<snip>
>
> I'm fine with these changes.
>
> Acked-by: Andre Muezerie <andremue at linux.microsoft.com>
Applied to dpdk-next-net-intel
/Bruce
More information about the dev
mailing list