From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 5/5] meson: add cross build targets for thunderx2 and octeontx2 Date: Mon, 14 Jan 2019 12:28:05 +0100 Message-ID: <1753389.jsfRy1y66P@xps> References: <20190106131933.7898-1-jerinj@marvell.com> <20190109103915.29210-1-pbhagavatula@marvell.com> <20190109103915.29210-5-pbhagavatula@marvell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jerin Jacob Kollanukkaran , "Gavin.Hu@arm.com" , "bruce.richardson@intel.com" To: Pavan Nikhilesh Bhagavatula Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id AD54F1B1E8 for ; Mon, 14 Jan 2019 12:28:08 +0100 (CET) In-Reply-To: <20190109103915.29210-5-pbhagavatula@marvell.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 09/01/2019 11:39, Pavan Nikhilesh Bhagavatula: > From: Pavan Nikhilesh > > Add Thunderx2 and Octeontx2 SoC cross build targets. > meson build --cross-file config/arm/arm64___ > > Signed-off-by: Pavan Nikhilesh > --- > config/arm/arm64_octeontx2_linuxapp_gcc | 14 ++++++++++++++ > config/arm/arm64_thunderx2_linuxapp_gcc | 14 ++++++++++++++ > 2 files changed, 28 insertions(+) Don't you think it could be merged in patches 3 & 4 for more clarity?