Attention is currently required from: Elyes Haouas, Martin L Roth, Paul Menzel.
Hello Martin L Roth, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/84074?usp=email
to look at the new patch set (#17).
Change subject: xcompile: Use Walloc-size GCC option ......................................................................
xcompile: Use Walloc-size GCC option
Warn about allocation function calls with insufficient size for the target type of the pointer. commit 6ab188ee6c99 ("Makefile.mk: Use Walloc-size GCC option") introduced this GCC option, then commit d05fe9fd3ce9 ("Revert Makefile.mk:Use Localiser GCC option") reverted it because older GCC versions did not support it. This change re-enables it for modern GCC versions.
Change-Id: If5d36b073bb5b4cccb0cf2b67b43edb3f97f168c Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M util/xcompile/xcompile 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/84074/17