<p>Anonymous Coward #1001977 has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/25901">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">buildgcc: Add missing '\'<br><br>That caused the CFLAGS, CXXFLAGS, and '|| true' to not be taken into<br>account when building binutils.<br><br>Change-Id: I94521eb73cefdc5ed01fbf10122966a54cc28166<br>---<br>M util/crossgcc/buildgcc<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/01/25901/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc</span><br><span>index 743937a..edcea7a 100755</span><br><span>--- a/util/crossgcc/buildgcc</span><br><span>+++ b/util/crossgcc/buildgcc</span><br><span>@@ -681,7 +681,7 @@</span><br><span>                --target=${TARGETARCH} --enable-targets=${TARGETARCH}${ADDITIONALTARGET} \</span><br><span>           --disable-werror --disable-nls --enable-lto --enable-gold \</span><br><span>          --enable-interwork --enable-multilib \</span><br><span style="color: hsl(0, 100%, 40%);">-          --enable-plugins --enable-multilibs</span><br><span style="color: hsl(120, 100%, 40%);">+           --enable-plugins --enable-multilibs \</span><br><span>                CFLAGS="$HOSTCFLAGS" \</span><br><span>             CXXFLAGS="$HOSTCFLAGS" \</span><br><span>           || touch .failed</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/25901">change 25901</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/25901"/><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: I94521eb73cefdc5ed01fbf10122966a54cc28166 </div>
<div style="display:none"> Gerrit-Change-Number: 25901 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Anonymous Coward #1001977 </div>