Re: [dpdk-dev] [dpdk-stable] [PATCH 1/2] mk: fix cross build errors

2018-05-25 Thread Gavin Hu
-Original Message- From: Thomas Monjalon Sent: Thursday, May 24, 2018 9:47 PM To: Gavin Hu Cc: dev@dpdk.org Subject: Re: [dpdk-stable] [PATCH 1/2] mk: fix cross build errors 24/05/2018 05:38, Gavin Hu: > +ifeq ($(shell test $(USE_HOST) -e 1 && test $(HOST_GCC_VERSION) -gt 70 && > echo

Re: [dpdk-dev] [dpdk-stable] [PATCH 1/2] mk: fix cross build errors

2018-05-24 Thread Thomas Monjalon
24/05/2018 05:38, Gavin Hu: > +ifeq ($(shell test $(USE_HOST) -e 1 && test $(HOST_GCC_VERSION) -gt 70 && > echo 1), 1) I think there is an error above. -e should be -eq, isn't it?