From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 82C77C2D0A3 for ; Fri, 6 Nov 2020 14:08:23 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id C1343207F7 for ; Fri, 6 Nov 2020 14:08:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C1343207F7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org 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.