mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 12:30:34 -09:00
This patch backports an upstream igh-ethercat commit to fix build issues at -O0 or -Os. The commit message says -O0, but in the context of Buildroot, the issue was encountered at -Os, due to dead-code elimination. Fixes: https://autobuild.buildroot.org/results/bfa074afee8a70abe597b117ecf815e234f16b40/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>