From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] performance-thread: limit app compilation to x86_64 targets Date: Fri, 08 Apr 2016 22:26:09 +0200 Message-ID: <6084881.4ETzYAnZai@xps13> References: <1460132415-39522-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ian.betts@intel.com To: Pablo de Lara Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 36E152B89 for ; Fri, 8 Apr 2016 22:26:11 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id u206so35586986wme.1 for ; Fri, 08 Apr 2016 13:26:11 -0700 (PDT) In-Reply-To: <1460132415-39522-1-git-send-email-pablo.de.lara.guarch@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-04-08 17:20, Pablo de Lara: > Performance-thread sample app is only supported for x86_64 targets, > so this commit adds a check to avoid compilation on other targets. > > Signed-off-by: Pablo de Lara Applied, thanks