22/06/2020 22:51, Kadam, Pallavi: > On 6/20/2020 3:35 PM, Dmitry Kozlyuk wrote: > > Following the discussion on the mailing list [1], clarify MinGW-w64 > > installation process and stop linking with pthread on Windows. > > Make Meson cross-file more general along the way. > > > > [1]: https://mails.dpdk.org/archives/dev/2020-June/170252.html > > > > Dmitry Kozlyuk (3): > > config: never link with pthread on Windows > > config/x86: don't use absolute paths for MinGW-w64 cross toolchain > > doc/windows: clarify installation for MinGW-w64 > > > > config/meson.build | 2 +- > > config/x86/meson_mingw.txt | 12 ++++++------ > > doc/guides/windows_gsg/build_dpdk.rst | 12 +++++++----- > > doc/guides/windows_gsg/run_apps.rst | 7 +------ > > 4 files changed, 15 insertions(+), 18 deletions(-) > > > Nice to have a direct link to install MinGW on Windows. > > Acked-by: Pallavi Kadam <pallavi.ka...@intel.com>
Applied, thanks