From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id DF4F7288C for ; Thu, 26 Jul 2018 10:18:31 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 83F6621F57; Thu, 26 Jul 2018 04:18:31 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 26 Jul 2018 04:18:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=fTaz6mQ/E6ZeFszTNlis26RDy2 eVqMdvHUam0ONldAw=; b=mjVHt2xhY/MOE8esudDo8L6F+wazz7F3cyNfbGS3KW C9OjQEdqrNbaJ2QVcSvsGqKb0ZlTs9Fym0zN5E6eXx/wcw92eLrBqKxQUgpckup/ DXGVlw83xxBspQx7exfpe/GD6Tq4Cj+7lkPEGRQ/+jVuEsWS37t8pDhEUBE32T8O g= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=fTaz6m Q/E6ZeFszTNlis26RDy2eVqMdvHUam0ONldAw=; b=KtGwShPMakylGVv5plNXtf r6DQTFtmBLn6jfSnWzESzPcLqbZSl3vm+l30PBG0pNaMsK8ssM3HOeCk0/7uBVw3 AAbDwTG3I2yuJ2AWOV9guV6BORUxHkSrtCgR4dIbwhwPYkPerSt7ViNK8auRIsww osa8iWqdP+ykWQI4i0zyaLtsiCIPiwBnVLd49gCvC/xewfk4EHBrQv0codsjF06K cxwej3+vf2nBN3ux7043XZQlnNO8DPMRU5fdEqi494wLoG8lAnudWTlP99eiNQ4t Kq5d36Su1yztKqnJw/N9k5URilI0rMw5PmqOBWR8aKw9/YDcklbRHfyRT3tVpYvQ == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id F2D5F10261; Thu, 26 Jul 2018 04:18:30 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Thu, 26 Jul 2018 10:18:26 +0200 Message-ID: <3738860.vkF041u3F3@xps> In-Reply-To: <20180720141310.14753-1-bruce.richardson@intel.com> References: <20180720141310.14753-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] eal: fix error message for unsupported platforms 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: Thu, 26 Jul 2018 08:18:32 -0000 20/07/2018 16:13, Bruce Richardson: > When building with meson on e.g. cygwin, the error message about an > unsupported platform referenced an unknown variable since > "host_machine" was missing an "_". > > Fixes: 844514c73569 ("eal: build with meson") > > Signed-off-by: Bruce Richardson Applied, thanks