<p>Patrick Georgi <strong>merged</strong> this change.</p><p><a href="https://review.coreboot.org/25901">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  build bot (Jenkins): Verified
  Matt DeVillier: Looks good to me, approved
  Youness Alaoui: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">buildgcc: Add missing '\'<br><br>That caused the CFLAGS, CXXFLAGS, and '|| touch .failed' to not be taken<br>into account when building binutils.<br><br>Change-Id: I94521eb73cefdc5ed01fbf10122966a54cc28166<br>Signed-off-by: Vivia Nikolaidou <vivia.nikolaidou@puri.sm><br>Reviewed-on: https://review.coreboot.org/25901<br>Reviewed-by: Youness Alaoui <snifikino@gmail.com><br>Reviewed-by: Matt DeVillier <matt.devillier@gmail.com><br>Tested-by: build bot (Jenkins) <no-reply@coreboot.org><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;"><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: merged </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: 3 </div>
<div style="display:none"> Gerrit-Owner: Anonymous Coward #1001977 </div>
<div style="display:none"> Gerrit-Reviewer: Matt DeVillier <matt.devillier@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Youness Alaoui <snifikino@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>