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 2BEFCA04B5; Fri, 6 Nov 2020 15:08:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3809C72ED; Fri, 6 Nov 2020 15:08:19 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A002C72E2 for ; Fri, 6 Nov 2020 15:08:17 +0100 (CET) IronPort-SDR: gGQTP3Lt4aXE/TBFHT435tpQLUiw9EtWOyC332a8WSx7Pu8oabbiYNfP+UM6XB2naSgVgKdp9p zBiSsMD2z8Lg== X-IronPort-AV: E=McAfee;i="6000,8403,9796"; a="187473987" X-IronPort-AV: E=Sophos;i="5.77,456,1596524400"; d="scan'208";a="187473987" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Nov 2020 06:08:15 -0800 IronPort-SDR: p7ydgUusV0jYn7+3Z9mo9r17WtPZpWup3OHrBpVsp57H0pSzpBra2exjdqnZxRVs4CA8PBk2ul 1UmC7EglZzqw== X-IronPort-AV: E=Sophos;i="5.77,456,1596524400"; d="scan'208";a="472078776" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.10.88]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 06 Nov 2020 06:08:14 -0800 Date: Fri, 6 Nov 2020 14:08:10 +0000 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, david.marchand@redhat.com Message-ID: <20201106140810.GC279@bricha3-MOBL.ger.corp.intel.com> References: <20201105110728.220957-1-bruce.richardson@intel.com> <20201105172144.516685-1-bruce.richardson@intel.com> <1700934.XVtmC517cj@thomas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1700934.XVtmC517cj@thomas> Subject: Re: [dpdk-dev] [PATCH v2] test-meson-builds: add a 32-bit build 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 Fri, Nov 06, 2020 at 01:40:54PM +0100, Thomas Monjalon wrote: > 05/11/2020 18:21, Bruce Richardson: > > + DPDK_TARGET_OVERRIDE="i386-pc-linux-gnu" \ > > + build build-32b cc -Dc_args='-m32' -Dc_link_args='-m32' > > Surprinsingly, DPDK_TARGET_OVERRIDE is set in the global context, > so it seems unset is required. > > I will send a v3 with other details changed. > Ok, thanks.