<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 -> sparc64 </span><br style="font-style: italic;">
<span style="font-style: italic;">ifeq ($(ARCH),sparc) </span><br style="font-style: italic;">
<span style="font-style: italic;">
ifeq ($(shell uname
-m),sun4u)
</span><br style="font-style: italic;">
<span style="font-style: italic;"> ARCH := sparc64</span><br style="font-style: italic;">
<span style="font-style: italic;"> 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> <<a href="mailto:henning.westerholt@1und1.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
henning.westerholt@1und1.de</a>> 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>> Hi Henning.<br>><br>> 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>