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 137D3A0093; Mon, 15 Jun 2020 00:59:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 084A35F2F; Mon, 15 Jun 2020 00:58:50 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 81BAF5F2F for ; Mon, 15 Jun 2020 00:58:48 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 2A7CF5C00E3; Sun, 14 Jun 2020 18:58:48 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Sun, 14 Jun 2020 18:58:48 -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=aDgAxW/l0fcTa Ku3te/51vvNssPDh90vnby0K65nylo=; b=q3CvALGlcOvT8eZ6m53AGPRWa7pO9 ZrHk18xgzM+HE6b9nZYjnLrr3D/1RgXPmYam7n9Fy72LE2wcYaqLiZq7/fUq9S7B 5Xct9QL0YlGNnZMoGpZjlb6H8J/oR2bFenh5zHRHklx9IXi0KC5qCfELRmwyvBT+ gQjwqMFp+eKTShXhjNG7eGQnKH22NDuJPRJsWZ5Cdf5uAtu1FpVaqgxKWpIGbxIi JaCeTnJIs/ct6rIB0n46aLTCj7PtYpm5PtyZD5tQiuLV/uhf/TdaYXKYey7+sKFq yoo7skmeOeG0DczcrAF8zgcVNGY1lMltfH9Jao3fK5m3KVCEvoPmlIPBQ== 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=aDgAxW/l0fcTaKu3te/51vvNssPDh90vnby0K65nylo=; b=HmwFVa/+ zfAqH85gat/xccuS+Ugu6WhoDLp5BAHlRJ5j0BwJ7kHn5jQzxamHYmTY75naBPzJ tNq3ctJbyzIDTMQX2UcUp7XPJXXoRsZOlMI/zJ6FHsyKLihkID1Vr6Nkp3QoL57F IOclxScDtLOdObn/qcYrI6OR5peCfFa16mSgkOKY6ZYtaGV4cfQsPJx9T5EgD/RO Py5BJL9cbaIc8r6O9dpQumaJqTDokjFeN1ogG95aYGpWWHZLabF5WrwpsmJQH1qO NZu+ev1FUWa73Nxo7/mzUnhNBdNx9bWO9wySL+Y/lJweBPyqFBqljwmvXKH5G/ez NgtCw9U1xUkE5w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrudeijedgudekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgjfhgggfestdekre dtredttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucggtffrrghtthgvrhhnpedvhefgiedvjeegtdevhe efhfetleefgfeivefgffevfeejgedtgfeutdehtdegveenucfkphepjeejrddufeegrddv tdefrddukeegnecuvehluhhsthgvrhfuihiivgepvdenucfrrghrrghmpehmrghilhhfrh 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 4B6FE328005D; Sun, 14 Jun 2020 18:58:47 -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: Mon, 15 Jun 2020 00:57:46 +0200 Message-Id: <20200614225747.3839569-4-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 3/4] devtools: add ppc64 in meson build 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" The CPU is defined as Power8, running as little endian. Signed-off-by: Thomas Monjalon --- config/ppc/ppc64le-power8-linux-gcc | 11 +++++++++++ devtools/test-meson-builds.sh | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 config/ppc/ppc64le-power8-linux-gcc diff --git a/config/ppc/ppc64le-power8-linux-gcc b/config/ppc/ppc64le-power8-linux-gcc new file mode 100644 index 0000000000..51f7ceebf3 --- /dev/null +++ b/config/ppc/ppc64le-power8-linux-gcc @@ -0,0 +1,11 @@ +[binaries] +c = 'powerpc64le-linux-gcc' +cpp = 'powerpc64le-linux-cpp' +ar = 'powerpc64le-linux-gcc-ar' +strip = 'powerpc64le-linux-strip' + +[host_machine] +system = 'linux' +cpu_family = 'ppc64' +cpu = 'power8' +endian = 'little' diff --git a/devtools/test-meson-builds.sh b/devtools/test-meson-builds.sh index 1d80a029aa..1cde17a2e5 100755 --- a/devtools/test-meson-builds.sh +++ b/devtools/test-meson-builds.sh @@ -212,6 +212,11 @@ for f in $srcdir/config/arm/arm64_[bdo]*gcc ; do unset CC done +# ppc configurations +for f in $srcdir/config/ppc/ppc* ; do + build build-$(basename $f | cut -d'-' -f-2) $f $use_shared +done + # Test installation of the x86-default target, to be used for checking # the sample apps build using the pkg-config file for cflags and libs build_path=$(readlink -f $builds_dir/build-x86-default) -- 2.26.2