<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Sun, 2011-01-02 at 15:48 +0100, Mark Kettenis wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#1a1a1a">This bit is almost certainly not correct.&nbsp; The canonical HOST_CPU</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">value for 64-bit SPARC (aka SPARC V9) is sparc64.</FONT></TT><BR>
    <BR>
</BLOCKQUOTE>
Yes, I missed this one as I saw a lot of &quot;sparc&quot; strings, but there was only one &quot;sparc64&quot; in the file.<BR>
<BR>
I'll fix it using &quot;sparc | sparc64&quot; as in this config.guess entry:
<PRE>
&nbsp;&nbsp;&nbsp; sparc:Linux:*:* | sparc64:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-gnu
        exit ;;
</PRE>
<BR>
<BR>
Thanks!<BR>
<BR>
Gaetan
</BODY>
</HTML>