<p>Raul Rangel has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27475">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">libpayload: Make libpayload compile using gnu11<br><br>This matches coreboot.<br><br>BUG=b:76831439<br>TEST=emerge-grunt libpayload deptcharge chromeos-bootimage<br>then booted image<br><br>Change-Id: I3a3baa03e03a31e9e75b201ac4fa642505fc1d3a<br>Signed-off-by: Raul E Rangel <rrangel@chromium.org><br>---<br>M payloads/libpayload/Makefile<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/27475/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/payloads/libpayload/Makefile b/payloads/libpayload/Makefile</span><br><span>index 429bf05..1a0acf1 100644</span><br><span>--- a/payloads/libpayload/Makefile</span><br><span>+++ b/payloads/libpayload/Makefile</span><br><span>@@ -147,7 +147,7 @@</span><br><span> STRIP := $(STRIP_$(ARCH-y))</span><br><span> AR := $(AR_$(ARCH-y))</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-CFLAGS += $(CFLAGS_$(ARCH-y))</span><br><span style="color: hsl(120, 100%, 40%);">+CFLAGS += -std=gnu11 $(CFLAGS_$(ARCH-y))</span><br><span> </span><br><span> ifneq ($(INNER_SCANBUILD),y)</span><br><span> ifeq ($(CONFIG_LP_COMPILER_LLVM_CLANG),y)</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27475">change 27475</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/27475"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I3a3baa03e03a31e9e75b201ac4fa642505fc1d3a </div>
<div style="display:none"> Gerrit-Change-Number: 27475 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Raul Rangel <rrangel@chromium.org> </div>