From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2D6181B68D for ; Tue, 3 Apr 2018 13:58:20 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2018 04:58:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,400,1517904000"; d="scan'208";a="33846748" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.51]) by fmsmga002.fm.intel.com with SMTP; 03 Apr 2018 04:58:17 -0700 Received: by (sSMTP sendmail emulation); Tue, 03 Apr 2018 12:58:16 +0100 Date: Tue, 3 Apr 2018 12:58:16 +0100 From: Bruce Richardson To: Pavan Nikhilesh Cc: thomas@monjalon.net, jerin.jacob@caviumnetworks.com, dev@dpdk.org Message-ID: <20180403115816.GA11448@bricha3-MOBL.ger.corp.intel.com> References: <20180402182823.30688-1-pbhagavatula@caviumnetworks.com> <20180403112452.12567-1-pbhagavatula@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180403112452.12567-1-pbhagavatula@caviumnetworks.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v3] build: meson set toolchain info during config init 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: Tue, 03 Apr 2018 11:58:22 -0000 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