From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id D2B1B3979 for ; Wed, 25 May 2016 02:36:00 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 24 May 2016 17:35:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,362,1459839600"; d="scan'208";a="109902604" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga004.fm.intel.com with ESMTP; 24 May 2016 17:35:40 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 24 May 2016 17:35:39 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.104]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.58]) with mapi id 14.03.0248.002; Wed, 25 May 2016 08:35:38 +0800 From: "Lu, Wenzhuo" To: Hiroyuki Mikita CC: "dev@dpdk.org" Thread-Topic: [PATCH] e1000: fix build with clang Thread-Index: AQHRtctY0IehetwTm0elZdL0UpZORJ/Izs+g Date: Wed, 25 May 2016 00:35:37 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09090346B135@shsmsx102.ccr.corp.intel.com> References: <1464101290-28547-1-git-send-email-h.mikita89@gmail.com> In-Reply-To: <1464101290-28547-1-git-send-email-h.mikita89@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2016 00:36:01 -0000 Hi, > -----Original Message----- > From: Hiroyuki Mikita [mailto:h.mikita89@gmail.com] > Sent: Tuesday, May 24, 2016 10:48 PM > To: Lu, Wenzhuo > Cc: dev@dpdk.org > Subject: [PATCH] e1000: fix build with clang >=20 > GCC_VERSION is empty in case of clang: > /bin/sh: line 0: test: -ge: unary operator expected >=20 > It is the same issue as http://dpdk.org/dev/patchwork/patch/5994/ >=20 > Fixes: 366113dbfb69 ("e1000: suppress misleading indentation warning") >=20 > Signed-off-by: Hiroyuki Mikita Acked-by: Wenzhuo Lu