From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavan Nikhilesh Subject: Re: [PATCH v2] build: add support for vendor specific ARM cross builds Date: Mon, 22 Jan 2018 19:56:21 +0530 Message-ID: <20180122142620.efmbrpeaxzcjflgl@Pavan-LT> References: <20180119131508.7768-1-pbhagavatula@caviumnetworks.com> <20180122131450.8855-1-pbhagavatula@caviumnetworks.com> <20180122141204.GB9108@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Bruce Richardson , jerin.jacob@caviumnetworks.com, harry.van.haaren@intel.com, herbert.guan@arm.com, hemant.agrawal@nxp.com Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0079.outbound.protection.outlook.com [104.47.41.79]) by dpdk.org (Postfix) with ESMTP id 295322C2E for ; Mon, 22 Jan 2018 15:26:52 +0100 (CET) Content-Disposition: inline In-Reply-To: <20180122141204.GB9108@bricha3-MOBL3.ger.corp.intel.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" On Mon, Jan 22, 2018 at 02:12:05PM +0000, Bruce Richardson wrote: > On Mon, Jan 22, 2018 at 06:44:50PM +0530, Pavan Nikhilesh wrote: > > Add various vendor specific cross build targets. > > This can be verified by using linaro toolchain and running > > > > meson build --cross-file config/arm/arch64_armv8__cross > > > > In future more cross build targets can be added. > > > > Signed-off-by: Pavan Nikhilesh > > --- > > Does this need to be merged into the set to add ARM compilation support > in order to fix the cross-compile build? > Yup, this patch as to go after applying the ARM compilation support patches. > /Bruce Regards, Pavan.