numam-dpdk/lib/librte_pmd_fm10k
Marvin Liu 5c23bef99a fm10k: fix build with gcc < 4.4
Build fm10k driver in Suse11 SP3 will be failed for unrecognized flag.
cc1: error: unrecognized command line option "-Wno-unused-but-set-variable"

This flag is supported from gcc 4.4, so add gcc version check in fm10k.
In the same time, make option check more clear in ixgbe driver.

Signed-off-by: Marvin Liu <yong.liu@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2015-03-23 00:31:19 +01:00
..
base fm10k: add base driver 2015-02-17 15:25:30 +01:00
fm10k_ethdev.c fm10k: set pointer to NULL after free 2015-03-17 00:46:01 +01:00
fm10k_logs.h fm10k: fix build with debug enabled 2015-03-04 11:18:36 +01:00
fm10k_rxtx.c fm10k: fix build with unused debug function 2015-02-24 03:09:57 +01:00
fm10k.h fm10k: add scatter receive 2015-02-17 15:25:30 +01:00
Makefile fm10k: fix build with gcc < 4.4 2015-03-23 00:31:19 +01:00
rte_pmd_fm10k_version.map fm10k: register PF driver 2015-02-17 15:25:30 +01:00