Attention is currently required from: Elyes Haouas, Felix Singer.
Hello Felix Singer, build bot (Jenkins), Elyes Haouas,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/83311?usp=email
to review the following change.
Change subject: Revert "Makefile.mk: Use Walloc-size GCC option" ......................................................................
Revert "Makefile.mk: Use Walloc-size GCC option"
This reverts commit 6ab188ee6c99b1d9924b607d7e939d91e35014ec.
This breaks the build using a slightly older toolchain that doesn't know this option yet.
Change-Id: I0bdc909c0e53b5353743dca521c963bbec792f7e --- M Makefile.mk 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/83311/1
diff --git a/Makefile.mk b/Makefile.mk index 7be4685..1b658b5 100644 --- a/Makefile.mk +++ b/Makefile.mk @@ -528,7 +528,6 @@ CFLAGS_common += -Wstring-compare ifeq ($(CONFIG_COMPILER_GCC),y) CFLAGS_common += -Wold-style-declaration -CFLAGS_common += -Walloc-size # Don't add these GCC specific flags when running scan-build ifeq ($(CCC_ANALYZER_OUTPUT_FORMAT),) CFLAGS_common += -Wno-packed-not-aligned