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 20:19:31 +0530 Message-ID: <20180122144930.4whmrgi6gdd4recn@Pavan-LT> References: <20180119131508.7768-1-pbhagavatula@caviumnetworks.com> <20180122131450.8855-1-pbhagavatula@caviumnetworks.com> <20180122134052.GA28372@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Jerin Jacob , bruce.richardson@intel.com, harry.van.haaren@intel.com, herbert.guan@arm.com, hemant.agrawal@nxp.com Return-path: Received: from NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0052.outbound.protection.outlook.com [104.47.33.52]) by dpdk.org (Postfix) with ESMTP id E38DB8E01 for ; Mon, 22 Jan 2018 15:50:12 +0100 (CET) Content-Disposition: inline In-Reply-To: <20180122134052.GA28372@jerin> 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 07:10:53PM +0530, Jerin Jacob wrote: > -----Original Message----- > > Date: Mon, 22 Jan 2018 18:44:50 +0530 > > From: Pavan Nikhilesh > > To: jerin.jacob@caviumnetworks.com, bruce.richardson@intel.com, > > harry.van.haaren@intel.com, herbert.guan@arm.com, hemant.agrawal@nxp.com > > Cc: dev@dpdk.org, Pavan Nikhilesh > > Subject: [dpdk-dev] [PATCH v2] build: add support for vendor specific ARM > > cross builds > > X-Mailer: git-send-email 2.14.1 > > > > 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 > > Looks like git comment is _not_ updated. i.e comment is not sync with filename. Yup missed it, now that naming and directory structure is agreed upon will merge this patch with other set and send a v6. > > IMO, it will useful to update the existing meson build document for the > cross build procedure. > Will update the documentation and send it as a patch in the next series. Thanks, Pavan.