[PATCH] net/intel: remove unnecessary compiler flag for mingw
Stephen Hemminger
stephen at networkplumber.org
Wed Mar 12 17:11:10 CET 2025
On Wed, 12 Mar 2025 16:58:49 +0100
David Marchand <david.marchand at redhat.com> wrote:
> On Wed, Mar 12, 2025 at 4:55 PM Bruce Richardson
> <bruce.richardson at intel.com> 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>
>
> Adding William in the loop.
Should add documentation and check for required version of mingw?
More information about the dev
mailing list