mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 13:43:52 -09:00
Upstream commit f884bfe684f2c31e1f5b7c9247b364178fa20ea3 changed the default build behavior to run `sparse` which is problematic if the tool is not available on the host during builds. Update the build command to not define `C` so `sparse` is skipped. Signed-off-by: Vincent Fazio <vfazio@xes-inc.com> Signed-off-by: Julien Olivain <ju.o@free.fr>