meta-dpdk/recipes-extended/dpdk
He Zhe 9ec4231c28 dpdk: Fix exmples and test _FORTIFY_SOURCE build failure
When building examples and tests with GCC9, the following errors come up,

 error: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Werror=cpp]
  382 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
cc1: all warnings being treated as errors

dpdk itself already appends -O3 the EXTRA_CFLAGS for some of those cases, but
dpdk.inc overwrites EXTRA_CFLAGS when evoking make. This patches adds it back.

Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-19 10:51:04 +08:00
..
dpdk dpdk: Remove 18.05 2019-07-05 09:01:31 +08:00
dpdk_17.11.6.bb dpdk: upgrade 17.11.3 -> 17.11.6 2019-06-12 15:49:18 +08:00
dpdk_18.11.2.bb dpdk: upgrade 18.11.1 -> 18.11.2 2019-06-13 16:13:32 +08:00
dpdk.inc dpdk: Fix exmples and test _FORTIFY_SOURCE build failure 2019-07-19 10:51:04 +08:00