<p>Patrick Georgi has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20487">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/crossgcc: Fix typo<br><br>buildgcc was copied to $DEST/share/buildgcc-$VERSION-, missing the<br>commit id description.<br><br>Change-Id: I83d2074b6466b0d99507845dc714a11ab2c58271<br>Signed-off-by: Patrick Georgi <pgeorgi@google.com><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/87/20487/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc<br>index d04fe5f..d009417 100755<br>--- a/util/crossgcc/buildgcc<br>+++ b/util/crossgcc/buildgcc<br>@@ -1147,7 +1147,7 @@<br> # for reproducibility<br> PROGNAME=$(basename "$0")<br> rm -f "$DESTDIR$TARGETDIR/share/$PROGNAME-*"<br>-cp "$PROGNAME" "$DESTDIR$TARGETDIR/share/$PROGNAME-$CROSSGCC_VERSION-$CROSGCC_COMMIT"<br>+cp "$PROGNAME" "$DESTDIR$TARGETDIR/share/$PROGNAME-$CROSSGCC_VERSION-$CROSSGCC_COMMIT"<br> <br> cleanup<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/20487">change 20487</a>. To unsubscribe, 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/20487"/><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: I83d2074b6466b0d99507845dc714a11ab2c58271 </div>
<div style="display:none"> Gerrit-Change-Number: 20487 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Georgi <pgeorgi@google.com> </div>