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 678DC288C for ; Thu, 26 Jul 2018 10:17:28 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D955B21EC1; Thu, 26 Jul 2018 04:17:27 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 26 Jul 2018 04:17:27 -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=Fa/pfFHbRm2F4CaprSQijb7hbb6LBXbDBEeJXMSI5/ NBGqHbQGwCNIkUhjkBki7kO9aBVXj1ZmBKBhPYVAps+xnEyG2CQfZjbUMCCvMAS1 a2d4bG80v7IbKwHD70nYIf1qjFRs2C7nXmvWST/fSVtUQ/9hTzZPwAm48Df0DwbC k= 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=kDZavnonZg0jGTw/yp27Bj GHluDUu42mluMVtpEtWiFOifWXyFGs7+hlUL+j9qhhH2cSwaqFEy360376qKa5a3 Fd5yBW7e934ylxOXTy8euk/3GsePMVM7w6Vq2arC3C7HbEGL9rhHxg94Wpj8KDk1 Qp7p3y1PzS6EpTrAgAzHNRmEPUx8sbAutjNqEXViNqGcoW0PPF2SWhJvZsi6wg3v t45CoHnPw+iXwR6IvA+BGGvIDNuGxYE4Co73p1rNxFv/cGDhwOWZ/L2+QpB8GGwe iM6NN5K2e3Z1kxtI17nyzPBdj4lSbofRS3B7NmqsN9KdInsgwl1ugkkQ/bexGYjQ == 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 49E091025D; Thu, 26 Jul 2018 04:17:26 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Thu, 26 Jul 2018 10:17:21 +0200 Message-ID: <5178508.LftJluZEy6@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:17:28 -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