From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 38948A10DA for ; Wed, 31 Jul 2019 16:31:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 636431C1B0; Wed, 31 Jul 2019 16:31:45 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 3CA991C0C8; Wed, 31 Jul 2019 16:31:42 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jul 2019 07:31:38 -0700 X-IronPort-AV: E=Sophos;i="5.64,330,1559545200"; d="scan'208";a="172462453" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.61]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jul 2019 07:31:36 -0700 Date: Wed, 31 Jul 2019 15:31:34 +0100 From: Bruce Richardson To: pbhagavatula@marvell.com Cc: jerinj@marvell.com, Neil Horman , dev@dpdk.org, stable@dpdk.org Message-ID: <20190731143134.GF1705@bricha3-MOBL.ger.corp.intel.com> References: <20190731062706.931-1-pbhagavatula@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190731062706.931-1-pbhagavatula@marvell.com> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [PATCH] buildtools: fix pmdinfogen compilation 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Jul 31, 2019 at 11:57:05AM +0530, pbhagavatula@marvell.com wrote: > From: Pavan Nikhilesh > > Pmdinfogen is always compiled with host gcc. > If host gcc version is lessthan 7 and target gcc is greaterthan 7 > pmdinfogen fails to compile due to unsupported cflags. > This patch removes unsupported host cflags when the above condition is > met. > > Fixes: 98b0fdb0ffc6 ("pmdinfogen: add buildtools and pmdinfogen utility") > Cc: stable@dpdk.org > > Signed-off-by: Pavan Nikhilesh > --- Can you perhaps check with a meson cross-compile and see if you encounter the same issue? If so, I'll investigate. Thanks, /Bruce