aboutsummaryrefslogtreecommitdiff
path: root/net/netperf/patches/010-gcc10_multiple_definition_fix.patch
Commit message (Collapse)AuthorAge
* netperf: fix compilation with GCC10Tony Ambardar2020-08-09
GCC10 defaults to -fno-common, which breaks compilation when there are multiple definitions of implicit "extern" variables. Remove the extra definitions. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>