[PATCH modular 2/4] build.sh: use accurate values for HOST_CPU from config.guess

Julien Cristau jcristau at debian.org
Sun Jan 2 11:45:36 PST 2011


On Sun, Jan  2, 2011 at 14:34:49 -0500, Gaetan Nadon wrote:

> On Sun, 2011-01-02 at 15:48 +0100, Mark Kettenis wrote:
> 
> > This bit is almost certainly not correct.  The canonical HOST_CPU
> > value for 64-bit SPARC (aka SPARC V9) is sparc64.
> > 
> 
> Yes, I missed this one as I saw a lot of "sparc" strings, but there was
> only one "sparc64" in the file.
> 
> I'll fix it using "sparc | sparc64" as in this config.guess entry:
> 
>     sparc:Linux:*:* | sparc64:Linux:*:*)
> 	echo ${UNAME_MACHINE}-unknown-linux-gnu
> 	exit ;;
> 
Or you could just leave it alone?

Cheers,
Julien


More information about the xorg-devel mailing list