From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3] build: meson set toolchain info during config init Date: Tue, 3 Apr 2018 14:05:39 +0100 Message-ID: <20180403130539.GA7900@bricha3-MOBL.ger.corp.intel.com> References: <20180402182823.30688-1-pbhagavatula@caviumnetworks.com> <20180403112452.12567-1-pbhagavatula@caviumnetworks.com> <20180403115816.GA11448@bricha3-MOBL.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: thomas@monjalon.net, jerin.jacob@caviumnetworks.com, dev@dpdk.org To: Pavan Nikhilesh Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id BBB2C1B6EA for ; Tue, 3 Apr 2018 15:05:44 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180403115816.GA11448@bricha3-MOBL.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 Tue, Apr 03, 2018 at 12:58:16PM +0100, Bruce Richardson wrote: > On Tue, Apr 03, 2018 at 04:54:52PM +0530, Pavan Nikhilesh wrote: > > Meson identify toolchain using cc.get_id and set RTE_TOOLCHAIN, > > RTE_TOOLCHAIN_X during initializing dpdk_conf so that it can be used by > > both x86 and arm. > > > > Suggested-by: Bruce Richardson > > Signed-off-by: Pavan Nikhilesh > > --- > Acked-by: Bruce Richardson > Pushed to dpdk-next-build with some minor commit log changes