From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4A176A0518; Sun, 21 Jun 2020 00:35:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3C76C1BFBF; Sun, 21 Jun 2020 00:35:54 +0200 (CEST) Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) by dpdk.org (Postfix) with ESMTP id 5AD011BFBD for ; Sun, 21 Jun 2020 00:35:52 +0200 (CEST) Received: by mail-lj1-f196.google.com with SMTP id 9so15373347ljc.8 for ; Sat, 20 Jun 2020 15:35:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=r3V6NrpCW0FwMBVlcVHSkbfFftj8yloCrIdfXV5Yha4=; b=vWOuZaDp5TCcU7QDopxFPIht8erbvglnnG6ZmoMpKQW3pgtSnk87FVTyzNvh+B047A qei5iRaOUk39yTUo0Xj6NlaJz1QIjVu9IQzIBElJdHTgZxLVTXOY3ja8C/+6yoAxBofz 66sxD22xBSLC9r3YJkwnN3EYqjQ/sgcD9fuZTGqHWAgQj3F5wlBwW7/Q6KIWqPAxwOP2 kVRS0H8GS1w1nT9DpX0kOy55I057eB5smePaslE8PPBs6UILsJb/7mX4oroGt+cepvim 1VTNYIWlHrqX02zWkiRkFFGo9suEUuYGUgRgKQ4YZFWDZ7VR1Bdnlf5JDV27SQ7N70HR t7Yw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=r3V6NrpCW0FwMBVlcVHSkbfFftj8yloCrIdfXV5Yha4=; b=U1alPsflOxDR63tI57LL3CyUopdRoM3384LwXp3WpTT4Y/ydTmfEDKA2ystBEhT04k l5nJe/85f2EEzvcFd2QXPJLheMP5wZRQcMvfNMdMiI0zGJc5AO/7JG0BF3VepksUtTiA iIVPIiZqt85j4Q9TlFuFEtMuJxZTdHC5z5JqAPqi3uIt+7bGcs5d5YxYit9L/+Fh0vW/ 7WVK9pxhow//Pt3Lvm1yFrPsKQxuaGUzBvEId4m2vWxQMknDC/5tg9si5ONAJAP7KdhF zr5un39vpu2HfEMmmAtT5PbPaOoxhEVPQd93daBAK9M5BaFZ2zV+1InO3txcrNq0LL8n dLUQ== X-Gm-Message-State: AOAM5304PdpqZIo3LeZcu/YzF6KWRF2Z6U4NSrjW9UuQ6ZoQM8xfmYOh NsQZ3z2Xpa0igKZRgxJDrxiNOa7F+OU3jg== X-Google-Smtp-Source: ABdhPJw7r24No7s3Ebdl9SHh+/jx5vd7oAmmdZVsrR3C+uH1TCpB+bpCVyevp4rhJRVhadztr4FRfQ== X-Received: by 2002:a2e:7f10:: with SMTP id a16mr5252963ljd.69.1592692551692; Sat, 20 Jun 2020 15:35:51 -0700 (PDT) Received: from localhost.localdomain (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id q14sm1877015ljj.110.2020.06.20.15.35.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 20 Jun 2020 15:35:51 -0700 (PDT) From: Dmitry Kozlyuk To: dev@dpdk.org Cc: Thomas Monjalon , Tal Shnaiderman , Dmitry Kozlyuk Date: Sun, 21 Jun 2020 01:35:41 +0300 Message-Id: <20200620223544.24070-1-dmitry.kozliuk@gmail.com> X-Mailer: git-send-email 2.25.4 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/3] improve MinGW-w64 support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-) -- 2.25.4