mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
Use the correct CFLAGS from BR and not just the LDFLAGS. This is especially important for external toolchain setups, but the lockfile-progs buildsystem also hardcodes -Werror, which breaks the build in certain setups. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>