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 52600A00C2; Wed, 22 Apr 2020 13:12:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 98DBB1D57F; Wed, 22 Apr 2020 13:12:11 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 1D4941D56D for ; Wed, 22 Apr 2020 13:12:09 +0200 (CEST) IronPort-SDR: XUknKSv77OJag5WCmNP2M7g8mDpoMfGEyZJRU548y7WEwHaNvX4s08/vz3YvwuWFpTtReje94F dpxvKGLjel3g== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2020 04:12:08 -0700 IronPort-SDR: KPgFPMGKea0xRe2HeShIs0QpMonkTLCRjrVdYOreSUVU9nWIxKDB6cjmvr+mtm2BheM+Y8Kj1R 2XgsdIFMXzmg== X-IronPort-AV: E=Sophos;i="5.72,414,1580803200"; d="scan'208";a="429872681" Received: from bricha3-mobl.ger.corp.intel.com ([10.214.196.230]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 22 Apr 2020 04:12:06 -0700 Date: Wed, 22 Apr 2020 12:12:00 +0100 From: Bruce Richardson To: xueming Cc: dev@dpdk.org, thomas@monjalon.net, zhaoyan.chen@intel.com, lihongx.ma@intel.com Message-ID: <20200422111200.GC1402@bricha3-MOBL.ger.corp.intel.com> References: <20200422094854.7884-1-xuemingx.zhang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200422094854.7884-1-xuemingx.zhang@intel.com> Subject: Re: [dpdk-dev] [PATCH V1] add meson build 32-bits on x86_64 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, Apr 22, 2020 at 09:48:54AM +0000, xueming wrote: > Add user interaction features. The default build is 64-bits. > if you want to build 32-bits on x86_64, need to pass parameters of i686. > Merge -vv and -v into the method > > Signed-off-by: xueming > --- > devtools/test-meson-builds.sh | 64 +++++++++++++++++++++++++++++++---- > 1 file changed, 58 insertions(+), 6 deletions(-) > I'm wondering if this would be better done using a cross-file, rather than overriding a bunch of environment variables - the pkg-config one would be especially relevant. A separate cross-file could be used for debian-based and fedora-based OS's with correct 32-bit paths and parameters in each. What do you think? /Bruce