Re: [dpdk-dev] [PATCH v13 1/6] mk: fix makefile based cross build errors

2018-06-25 Thread Ali Alnubani
Tested-by: Ali Alnubani > -Original Message- > From: dev On Behalf Of Gavin Hu > Sent: Monday, June 25, 2018 5:49 AM > To: dev@dpdk.org > Cc: n...@arm.com; gavin...@arm.com; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v13 1/6] mk: fix makefile based cross build error

[dpdk-dev] [PATCH v13 1/6] mk: fix makefile based cross build errors

2018-06-24 Thread Gavin Hu
From: gavin hu The "-Wimplicit-fallthrough=2" option was introduced into gcc 7.0, it was enabled when the cross compiler gcc is greater than 7.0, but for the host side buildtools/pmdinfogen, if the native gcc is older than 7.0, or the host cc compiler is clang, it should not be enabled. The fix