<span class="gmail_quote"><br></span>Hi Henning.<br>
<br>
I tested the compilation and it does not detect the architecture.<br>
<br>
I think that maybe is because of uname -p outputs sparc, and uname -m outputs sun4v.<br>
<br>
Maybe, would it be possible to include the fix to this condition at the later if (line 83 at Makefile.defs)<br>
<br style="font-style: italic;">
<span style="font-style: italic;"># fix sparc -&gt; sparc64 </span><br style="font-style: italic;">
<span style="font-style: italic;">ifeq ($(ARCH),sparc)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><br style="font-style: italic;">
<span style="font-style: italic;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
ifeq ($(shell uname
-m),sun4u)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span><br style="font-style: italic;">
<span style="font-style: italic;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ARCH := sparc64</span><br style="font-style: italic;">
<span style="font-style: italic;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; endif</span><br style="font-style: italic;">
<span style="font-style: italic;">endif <br>
</span><br>
Kind regards<span style="font-style: italic;"><br>
</span><br><div><span class="q"><span class="gmail_quote">On 3/27/07, <b class="gmail_sendername">Henning Westerholt</b> &lt;<a href="mailto:henning.westerholt@1und1.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
henning.westerholt@1und1.de</a>&gt; wrote:</span></span><div><span class="e" id="q_111940ef1bfba98a_2"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

On Tuesday 27 March 2007 17:12, you wrote:<br>&gt; Hi Henning.<br>&gt;<br>&gt; The patch applies OK.<br><br>Hi Sergio, thank you.<br>And is the right architecture detected, if you do a fresh compile with this<br>patch?<br>

<br>Best regards,<br><br>Henning<br></blockquote></span></div></div><br>