mbox series

[0/3] improve MinGW-w64 support

Message ID 20200620223544.24070-1-dmitry.kozliuk@gmail.com (mailing list archive)
Headers
Series improve MinGW-w64 support |

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(-)
  

Comments

Kadam, Pallavi June 22, 2020, 8:51 p.m. UTC | #1
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.kadam@intel.com>
  
Thomas Monjalon June 23, 2020, 2:44 p.m. UTC | #2
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.kadam@intel.com>

Applied, thanks