[dpdk-dev] [PATCH v3] e1000: fix build with clang

2016-06-10 Thread Bruce Richardson
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/

[dpdk-dev] [PATCH v3] e1000: fix build with clang

2016-06-10 Thread Bruce Richardson
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 indentat

[dpdk-dev] [PATCH v3] e1000: fix build with clang

2016-05-26 Thread Hiroyuki Mikita
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 --- v3: * use CONFIG_RTE_TOO