mbox

[0/3] improve MinGW-w64 support

Message ID 20200620223544.24070-1-dmitry.kozliuk@gmail.com (mailing list archive)
Headers

Message

Dmitry Kozlyuk June 20, 2020, 10:35 p.m. UTC
  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(-)