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 103CEA0536; Tue, 4 Feb 2020 23:14:14 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2432A1C1FC; Tue, 4 Feb 2020 23:14:13 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id E8F321C1F2 for ; Tue, 4 Feb 2020 23:14:11 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 41AAD220D5; Tue, 4 Feb 2020 17:14:11 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 04 Feb 2020 17:14:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=S5H1FwkoWTfeFR2n6Gk9u3wykypcoq4VLXr7F+k4mHQ=; b=Jorz+oPJAflT 9Fqyw8oIzom9ncIPl9gPDaaqlfRursfODMnGCpG8ccPKFaR8Ja4WyPlq+Ngwz5fP M0qZ+6I+cPDmu2gdFsXf4DVZRPxtRdFMXA71Z0hOn6bcn+lPN5vYASZScbLHn3Nd s8hvH7cRwjea1XjIVerSYQQVgCfJ9vo= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=S5H1FwkoWTfeFR2n6Gk9u3wykypcoq4VLXr7F+k4m HQ=; b=TBwZ17qSPrNjWC43LdFVu4Gc4LU5YSsLxgg9Shm0IvajObemUbU5vKjXF bvX1VS2+FYvP+PyejvjIpO1hy6MBBjyYcyPI3WBcyhiKawDSwgUGobkF+U5uvamF NpdTlfouKdwiiefRbo+r0wc4m1YUzmJDGs4tYUA6PEnBl2Q62AlNi+MyEG54Z1sB QixscyXZ8e3rDVoBSITlbEbmdQNGuxmfM+rges6q56I7vTGNQdNBIMDl40p3vyVg c9iBsWdNdLTdoi9TdScAyT3PI+wa4m+6q0rJHas7H+YUi/kVUkohelNO04gIvrRR yYB75pgcVo/1UsSyFZjYCp4ZEl1BQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrgeelgdduheegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id A2F593060840; Tue, 4 Feb 2020 17:14:10 -0500 (EST) From: Thomas Monjalon To: Dmitry Kozlyuk Cc: dev@dpdk.org, Bruce Richardson Date: Tue, 04 Feb 2020 23:14:09 +0100 Message-ID: <5035528.Sb9uPGUboI@xps> In-Reply-To: <20200131030744.19596-6-dmitry.kozliuk@gmail.com> References: <20200131030744.19596-1-dmitry.kozliuk@gmail.com> <20200131030744.19596-6-dmitry.kozliuk@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 5/6] build: add cross-file for MinGW-w64 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" 31/01/2020 04:07, Dmitry Kozlyuk: > Add Meson configuration to cross-compile for Windows using MinGW-w64. > It may require adjustments in some cases, but at least it provides > the foundation. > > Signed-off-by: Dmitry Kozlyuk > > create mode 100644 meson_mingw.txt > > --- /dev/null > +++ b/meson_mingw.txt I think this file should be in config/x86/