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

Thomas Monjalon thomas at monjalon.net
Thu May 24 15:46:38 CEST 2018


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?






More information about the dev mailing list