<!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. 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 "sparc" strings, but there was only one "sparc64" in the file.<BR>
<BR>
I'll fix it using "sparc | sparc64" as in this config.guess entry:
<PRE>
sparc:Linux:*:* | sparc64:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-gnu
        exit ;;
</PRE>
<BR>
<BR>
Thanks!<BR>
<BR>
Gaetan
</BODY>
</HTML>