<p>Patrick Georgi has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20632">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">crossgcc: Clean out ABI variable for GMP<br><br>This is sometimes set by packaging systems (eg Gentoo), so give it a<br>sane preset.<br><br>Change-Id: I651fad12128143e8ed5053e7e9871ea271bfc797<br>Signed-off-by: Patrick Georgi <pgeorgi@google.com><br>---<br>M util/crossgcc/buildgcc<br>1 file changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/20632/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc<br>index 0f4dd7a..fc44ff3 100755<br>--- a/util/crossgcc/buildgcc<br>+++ b/util/crossgcc/buildgcc<br>@@ -1022,6 +1022,9 @@<br> # Set up host compiler and flags needed for various OSes<br> <br> if is_package_enabled "GCC"; then<br>+# sane preset: let the configure script figure out things by itself<br>+# more importantly, avoid any values that might already linger in the variable<br>+OPTIONS="ABI="<br> if [ $UNAME = "Darwin" ]; then<br>         #GCC_OPTIONS="$GCC_OPTIONS --enable-threads=posix"<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/20632">change 20632</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/20632"/><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: I651fad12128143e8ed5053e7e9871ea271bfc797 </div>
<div style="display:none"> Gerrit-Change-Number: 20632 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Georgi <pgeorgi@google.com> </div>