From: Timothy Redaelli Date: Wed, 5 Feb 2020 17:05:45 +0000 (+0100) Subject: examples/eventdev: fix build with gcc 10 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=78de15bb586ac3d8938512db1977d83815c494f8;hp=78de15bb586ac3d8938512db1977d83815c494f8;p=dpdk.git examples/eventdev: fix build with gcc 10 GCC 10 defaults to -fno-common, this means a linker error will now be reported if the same global variable is defined in more than one compilation unit. Fixes: 3d1b33e44ae2 ("examples/eventdev: move common data into pipeline common") Cc: stable@dpdk.org Signed-off-by: Timothy Redaelli Acked-by: David Marchand ---