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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/xcompile/xcompile: Enable x86_64 support<br><br>Similar to i686 on x86_32, compile for nocona on x86_64.<br>Nocona is the first Pentium 4 CPU that has long mode support.<br>Required for 64bit support.<br><br>Change-Id: Ied28f98f89610a748be8d66cf35814e9112a4407<br>Signed-off-by: Patrick Rudolph <siro@das-labor.org><br>Reviewed-on: https://review.coreboot.org/c/29877<br>Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com><br>Tested-by: build bot (Jenkins) <no-reply@coreboot.org><br>---<br>M util/xcompile/xcompile<br>1 file changed, 7 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile</span><br><span>index d416e5d..58f60f0 100755</span><br><span>--- a/util/xcompile/xcompile</span><br><span>+++ b/util/xcompile/xcompile</span><br><span>@@ -236,7 +236,13 @@</span><br><span> # The Quark processor doesn't support the instructions</span><br><span> # introduced with the Pentium 6 architecture, so allow it</span><br><span> # to use i586 instead.</span><br><span style="color: hsl(0, 100%, 40%);">-if [ "${TARCH}" = "x86_64" ] || [ "${TARCH}" = "x86_32" ]; then</span><br><span style="color: hsl(120, 100%, 40%);">+if [ "${TARCH}" = "x86_64" ]; then</span><br><span style="color: hsl(120, 100%, 40%);">+cat <<EOF</span><br><span style="color: hsl(120, 100%, 40%);">+        GCC_CFLAGS_${TARCH} += -march=nocona</span><br><span style="color: hsl(120, 100%, 40%);">+EOF</span><br><span style="color: hsl(120, 100%, 40%);">+fi</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+if [ "${TARCH}" = "x86_32" ]; then</span><br><span> cat <<EOF</span><br><span> </span><br><span> ifneq (\$(CONFIG_USE_MARCH_586)\$(CONFIG_LP_USE_MARCH_586),)</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/c/coreboot/+/29877">change 29877</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/c/coreboot/+/29877"/><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-Change-Id: Ied28f98f89610a748be8d66cf35814e9112a4407 </div>
<div style="display:none"> Gerrit-Change-Number: 29877 </div>
<div style="display:none"> Gerrit-PatchSet: 8 </div>
<div style="display:none"> Gerrit-Owner: Patrick Rudolph <siro@das-labor.org> </div>
<div style="display:none"> Gerrit-Reviewer: Martin Roth <martinroth@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org> </div>
<div style="display:none"> Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>