From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id E1E6F1B509; Tue, 16 Apr 2019 17:47:49 +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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Apr 2019 08:47:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,358,1549958400"; d="scan'208";a="162100102" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.220.103]) by fmsmga002.fm.intel.com with SMTP; 16 Apr 2019 08:47:46 -0700 Received: by (sSMTP sendmail emulation); Tue, 16 Apr 2019 16:47:46 +0100 Date: Tue, 16 Apr 2019 16:47:45 +0100 From: Bruce Richardson To: Ferruh Yigit Cc: Thomas Monjalon , dev@dpdk.org, stable@dpdk.org, harry.van.haaren@intel.com Message-ID: <20190416154745.GB1879@bricha3-MOBL.ger.corp.intel.com> References: <20190410140058.26782-1-ferruh.yigit@intel.com> <20190416153932.21788-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190416153932.21788-1-ferruh.yigit@intel.com> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [PATCH v2 1/2] build: fix meson binutils workaround 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, 16 Apr 2019 15:47:50 -0000 On Tue, Apr 16, 2019 at 04:39:31PM +0100, Ferruh Yigit wrote: > The '-mno-avx512f' compiler flag is not passed to the compiler, > detection of the binutils and setting flags works fine, but the flag > itself not used by compiler. > > Removing the interim 'march_opt' variable and using directly > 'machine_args' and setting '-mno-avx512f' to 'machine_args' > > Fixes: 566b4d7a968f ("build: fix meson check for binutils 2.30") > Cc: stable@dpdk.org > > Signed-off-by: Ferruh Yigit > --- > Cc: harry.van.haaren@intel.com > --- Acked-by: Bruce Richardson From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 9AA89A00E6 for ; Tue, 16 Apr 2019 17:47:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3DD631B510; Tue, 16 Apr 2019 17:47:52 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id E1E6F1B509; Tue, 16 Apr 2019 17:47:49 +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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Apr 2019 08:47:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,358,1549958400"; d="scan'208";a="162100102" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.220.103]) by fmsmga002.fm.intel.com with SMTP; 16 Apr 2019 08:47:46 -0700 Received: by (sSMTP sendmail emulation); Tue, 16 Apr 2019 16:47:46 +0100 Date: Tue, 16 Apr 2019 16:47:45 +0100 From: Bruce Richardson To: Ferruh Yigit Cc: Thomas Monjalon , dev@dpdk.org, stable@dpdk.org, harry.van.haaren@intel.com Message-ID: <20190416154745.GB1879@bricha3-MOBL.ger.corp.intel.com> References: <20190410140058.26782-1-ferruh.yigit@intel.com> <20190416153932.21788-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline In-Reply-To: <20190416153932.21788-1-ferruh.yigit@intel.com> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [PATCH v2 1/2] build: fix meson binutils workaround 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" Message-ID: <20190416154745.0MtB55UtLFxtqda2bS24dlgTnZ1W7ZCRuM5gp7oU7lM@z> On Tue, Apr 16, 2019 at 04:39:31PM +0100, Ferruh Yigit wrote: > The '-mno-avx512f' compiler flag is not passed to the compiler, > detection of the binutils and setting flags works fine, but the flag > itself not used by compiler. > > Removing the interim 'march_opt' variable and using directly > 'machine_args' and setting '-mno-avx512f' to 'machine_args' > > Fixes: 566b4d7a968f ("build: fix meson check for binutils 2.30") > Cc: stable@dpdk.org > > Signed-off-by: Ferruh Yigit > --- > Cc: harry.van.haaren@intel.com > --- Acked-by: Bruce Richardson