From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])
 by dpdk.org (Postfix) with ESMTP id 0AF982BA6
 for <dev@dpdk.org>; Fri, 10 Jun 2016 11:55:48 +0200 (CEST)
Received: from fmsmga004.fm.intel.com ([10.253.24.48])
 by fmsmga104.fm.intel.com with ESMTP; 10 Jun 2016 02:55:48 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.26,449,1459839600"; d="scan'208";a="119501117"
Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.74])
 by fmsmga004.fm.intel.com with SMTP; 10 Jun 2016 02:55:46 -0700
Received: by  (sSMTP sendmail emulation); Fri, 10 Jun 2016 10:55:45 +0025
Date: Fri, 10 Jun 2016 10:55:45 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: Hiroyuki Mikita <h.mikita89@gmail.com>
Cc: wenzhuo.lu@intel.com, thomas.monjalon@6wind.com, dev@dpdk.org
Message-ID: <20160610095545.GB14940@bricha3-MOBL3>
References: <1464189938-1769-1-git-send-email-h.mikita89@gmail.com>
 <1464262599-28717-1-git-send-email-h.mikita89@gmail.com>
 <20160610095049.GA14940@bricha3-MOBL3>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20160610095049.GA14940@bricha3-MOBL3>
Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?=
 =?iso-8859-1?Q?opment?= Ireland Ltd.
User-Agent: Mutt/1.5.23 (2014-03-12)
Subject: Re: [dpdk-dev] [PATCH v3] e1000: fix build with clang
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 10 Jun 2016 09:55:49 -0000

On Fri, Jun 10, 2016 at 10:50:50AM +0100, Bruce Richardson wrote:
> On Thu, May 26, 2016 at 08:36:39PM +0900, Hiroyuki Mikita wrote:
> > GCC_VERSION is empty in case of clang:
> > 	/bin/sh: line 0: test: -ge: unary operator expected
> > 
> > It is the same issue as http://dpdk.org/dev/patchwork/patch/5994/
> > 
> > Fixes: 366113dbfb69 ("e1000: suppress misleading indentation warning")
> > 
> > Signed-off-by: Hiroyuki Mikita <h.mikita89@gmail.com>
> 
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied to dpdk-next-net/rel_16_07

/Bruce