Attention is currently required from: Elyes Haouas, Felix Singer.

Felix Held would like Felix Singer, build bot (Jenkins) and Elyes Haouas to review this change.

View Change

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

To view, visit change 83311. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I0bdc909c0e53b5353743dca521c963bbec792f7e
Gerrit-Change-Number: 83311
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot@felixheld.de>
Gerrit-Reviewer: Elyes Haouas <ehaouas@noos.fr>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: 9elements QA <hardwaretestrobot@gmail.com>
Gerrit-CC: Uwe Poeche <uwe.poeche@siemens.com>
Gerrit-Attention: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Gerrit-Attention: Elyes Haouas <ehaouas@noos.fr>