From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C586C58C6 for ; Mon, 22 Jan 2018 17:10:37 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jan 2018 08:10:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,397,1511856000"; d="scan'208";a="28478358" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.77]) by orsmga002.jf.intel.com with SMTP; 22 Jan 2018 08:10:33 -0800 Received: by (sSMTP sendmail emulation); Mon, 22 Jan 2018 16:10:32 +0000 Date: Mon, 22 Jan 2018 16:10:32 +0000 From: Bruce Richardson To: Pavan Nikhilesh Cc: jerin.jacob@caviumnetworks.com, harry.van.haaren@intel.com, herbert.guan@arm.com, hemant.agrawal@nxp.com, dev@dpdk.org Message-ID: <20180122161030.GA11744@bricha3-MOBL3.ger.corp.intel.com> References: <20171219105338.198727-1-bruce.richardson@intel.com> <20180122152632.13685-1-pbhagavatula@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180122152632.13685-1-pbhagavatula@caviumnetworks.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [dpdk-dev] [PATCH v6 1/4] build: add support for ARM builds 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: , X-List-Received-Date: Mon, 22 Jan 2018 16:10:38 -0000 On Mon, Jan 22, 2018 at 08:56:29PM +0530, Pavan Nikhilesh wrote: > From: Bruce Richardson > > Add files to enable compiling for ARM native/cross builds. > This can be tested by doing a cross-compile for armv8-a type using > the linaro gcc toolchain. > > meson arm-build --cross-file aarch64_cross.txt > ninja -C arm-build > > where aarch64_cross.txt contained the following > > [binaries] > c = 'aarch64-linux-gnu-gcc' > cpp = 'aarch64-linux-gnu-cpp' > ar = 'aarch64-linux-gnu-ar' > > [host_machine] > system = 'linux' > cpu_family = 'aarch64' > cpu = 'armv8-a' > endian = 'little' > > Signed-off-by: Bruce Richardson > Signed-off-by: Pavan Nikhilesh > --- Set LGTM. No issues in my cross-compilation testing. I'd appreciate a final Ack from someone more familiar with ARM than me before applying. Thanks, /Bruce