From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 62B282C0C for ; Fri, 1 Mar 2019 14:39:03 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Mar 2019 05:39:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,427,1544515200"; d="scan'208";a="121827660" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.36]) by orsmga008.jf.intel.com with SMTP; 01 Mar 2019 05:38:59 -0800 Received: by (sSMTP sendmail emulation); Fri, 01 Mar 2019 13:38:58 +0000 Date: Fri, 1 Mar 2019 13:38:57 +0000 From: Bruce Richardson To: Thomas Monjalon Cc: Phil Yang , dev@dpdk.org, nd@arm.com, pbhagavatula@caviumnetworks.com, honnappa.nagarahalli@arm.com, jerin.jacob@caviumnetworks.com Message-ID: <20190301133857.GA285212@bricha3-MOBL.ger.corp.intel.com> References: <1548929512-30408-1-git-send-email-phil.yang@arm.com> <1926677.5PIC4xoK3u@xps> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1926677.5PIC4xoK3u@xps> User-Agent: Mutt/1.11.2 (2019-01-07) Subject: Re: [dpdk-dev] [PATCH] build: add meson support for cortex a55 and a76 platforms 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: Fri, 01 Mar 2019 13:39:03 -0000 On Fri, Mar 01, 2019 at 02:29:50PM +0100, Thomas Monjalon wrote: > 31/01/2019 11:11, Phil Yang: > > Enable native/cross compiling for Cortex-A55 and Cortex-A76 on meson. > > > > Signed-off-by: Phil Yang > > Reviewed-by: Ola Liljedahl > > Reviewed-by: Gavin Hu > > --- > > config/arm/arm64_armv8_linuxapp_gcc | 2 ++ > > config/arm/meson.build | 2 ++ > > 2 files changed, 4 insertions(+) > > Applied, thanks. > > Some thoughts: > - Can we merge support for cross and native compilation in one place? > - Why isn't it native in Meson? > I believe there is some work being done upstream on meson to make native and cross builds more similar, but I'm not sure of the exact scope of that work. /Bruce