[coreboot-gerrit] New patch to review for coreboot: [NOTFORMERGE] Build with -Wstack-usage=1024

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sun Sep 13 11:55:12 CET 2015


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11634

-gerrit

commit f44c635e40d7825759aa74a87c3f32dffc5dafee
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sun Sep 13 13:51:47 2015 +0200

    [NOTFORMERGE] Build with -Wstack-usage=1024
    
    http://www.coreboot.org/pipermail/coreboot/2015-September/080353.html
    
    Change-Id: Ide3a8f2f0740678ed68f07716157b99707c866f5
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 Makefile.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.inc b/Makefile.inc
index c0bedda..696dbda 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -693,3 +693,5 @@ what-jenkins-does:
 	util/abuild/abuild -B -J $(if $(JENKINS_NOCCACHE),,-y) -c $(CPUS) -z -p $(JENKINS_PAYLOAD)
 	(cd payloads/libpayload; unset COREBOOT_BUILD_DIR; $(MAKE) $(if $(JENKINS_NOCCACHE),,CONFIG_LP_CCACHE=y) V=$(V) Q=$(Q) junit.xml)
 	$(MAKE) V=$(V) Q=$(Q) -C util/cbmem junit.xml
+
+CFLAGS_ramstage += -Wstack-usage=1024



More information about the coreboot-gerrit mailing list