Hello Sam McNally, build bot (Jenkins), Nico Huber, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/47908
to look at the new patch set (#2).
Change subject: Makefile: Explicitly set '-std=c99 -D_GNU_SOURCE' ......................................................................
Makefile: Explicitly set '-std=c99 -D_GNU_SOURCE'
This matches the build flags that are correctly explicitly defined in meson.build where-as the Makefile is randomly picking up whatever the system toolchain happens to default to.
Fix dmi.c while we are here to avoid a re-define of _GNU_SOURCE.
BUG=none TEST=`make` with both gcc and clang.
Change-Id: I4f973927fc018510a3beaa6c4fa2f356c77c7a6e Signed-off-by: Edward O'Callaghan quasisec@google.com --- M Makefile M dmi.c 2 files changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/08/47908/2