Imported Upstream version 17.05
[deb_dpdk.git] / mk / toolchain / gcc / rte.toolchain-compat.mk
index 6eed20c..280dde2 100644 (file)
@@ -89,4 +89,9 @@ else
        ifeq ($(shell test $(GCC_VERSION) -lt 42 && echo 1), 1)
                MACHINE_CFLAGS := $(filter-out -march% -mtune% -msse%,$(MACHINE_CFLAGS))
        endif
+
+       # Disable thunderx PMD for gcc < 4.7
+       ifeq ($(shell test $(GCC_VERSION) -lt 47 && echo 1), 1)
+               CONFIG_RTE_LIBRTE_THUNDERX_NICVF_PMD=d
+       endif
 endif