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 EBB80A04A3; Tue, 16 Jun 2020 00:22:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0AE552B94; Tue, 16 Jun 2020 00:22:42 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id ACA122B87 for ; Tue, 16 Jun 2020 00:22:40 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 4214E5C0105; Mon, 15 Jun 2020 18:22:40 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Mon, 15 Jun 2020 18:22:40 -0400 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; s=fm1; bh=1HbG1yZYwmnTa zVbXWIISVsu2MfL65dPBAL/0fFvUyg=; b=maz/gaROIKSVopKOvvPgTF/id57il Fiwlr2txuk7hQ+VVn/KFynTfOtCLAnmKJmWGNvbUbfEdsChieGygehgp8GlaG/FP sIr6Cz7WoW3F1E7hCD1Wb6yf2J5LOGXDLh30YUNzB/kesQ0cLfSKU4iKavJuGMWc qr7R77H7wNvgna+JlFJ8bwWMSjNKkfJX+MTIHiQNP/6j2PHrJF8xtYRyeDbrhMmQ GlAKBmraSeRqT8goA44MFO3iIhGktvuY8kUnltDfvjmFKKV9Lfd9vs2I3cb3/BLq L7ee+AktITuMgqe6o4dYWn6luUcqhbg2kmvJwF2g43hovDaraLVeKosSg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding: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= fm3; bh=1HbG1yZYwmnTazVbXWIISVsu2MfL65dPBAL/0fFvUyg=; b=Z/B29ifw EtY0QwO4itG/kaXPiaH3I13grPpSylkXlOLNt7vkV4low8TpPRo9VeAexqOkbalk 9xbkC3ojLik/LeLvEkefABNfCJpY/PKlGDa6A4K/NG26rlydwpMKYTNAOfeIJbh3 8K4tP3yE4fJmNz+txnWxtTpMma7P7dv4xQwP5mKXyUfxYeksIspmcS5/y54o7HYL 2/w8MFuWk2LQKw1Hnxkp7XbDvwcEyhwz9vyswcUxGXCTgKnCNgUlhT6+qDhtKkCd JtZsNDI3GmoFZOuViyWTDL7EIFZGf25o6uWa3jyn8mjqFgQ5nFhuUJAjfPB19kDp oaXWS513xbnnrQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrudeiledguddtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgjfhgggfestdekre dtredttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucggtffrrghtthgvrhhnpedvhefgiedvjeegtdevhe efhfetleefgfeivefgffevfeejgedtgfeutdehtdegveenucfkphepjeejrddufeegrddv tdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1E3E13060F09; Mon, 15 Jun 2020 18:22:39 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: david.marchand@redhat.com, bruce.richardson@intel.com, drc@linux.vnet.ibm.com, dmitry.kozliuk@gmail.com Date: Tue, 16 Jun 2020 00:22:32 +0200 Message-Id: <20200615222236.1894695-1-thomas@monjalon.net> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200614225747.3839569-1-thomas@monjalon.net> References: <20200614225747.3839569-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 0/4] add PPC and Windows cross-compilation to meson test 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" In order to better support PPC and Windows, their compilation is tested on Linux with Meson with the script test-meson-builds.sh, supposed to be called in every CI labs. Thomas Monjalon (4): devtools: shrink cross-compilation test definition devtools: allow non-standard toolchain in meson test devtools: add ppc64 in meson build test devtools: add Windows cross-build test with MinGW v2: update some explanations and fix ABI check config/ppc/ppc64le-power8-linux-gcc | 11 ++++++ config/x86/{meson_mingw.txt => cross-mingw} | 0 devtools/test-meson-builds.sh | 44 +++++++++++++++------ doc/guides/windows_gsg/build_dpdk.rst | 2 +- 4 files changed, 44 insertions(+), 13 deletions(-) create mode 100644 config/ppc/ppc64le-power8-linux-gcc rename config/x86/{meson_mingw.txt => cross-mingw} (100%) -- 2.26.2