[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: unable to guess system type
From: |
Jan Engelhardt |
Subject: |
Re: unable to guess system type |
Date: |
Fri, 9 Jan 2015 16:38:26 +0100 (CET) |
User-agent: |
Alpine 2.11 (LSU 23 2013-08-11) |
On Friday 2015-01-09 09:21, wilfredo.chung wrote:
>Japan's K computer (Please see attached file)
>
>config.guess timestamp = 2015-01-01
>uname -m = s64fx
>uname -r = 2.6.25.8
>uname -s = Linux
To the best of my understanding, the Fujitsu SPARC VIIIfx is
V9-compatible. An original Linux would report "sparc64". The Linux
kernel source tree does not contain any instances of "s64fx".
You seem to be running a non-standard modification. I do not
believe modifying the uname machine type is even required. Linux never
distinguished between sun4[cdm] or sun4[uv].
Without further discussion also involving the Linux SPARC maintainer, I
do not think config.guess should start recognizing this yet.
Otherwise, we might just as well add the platform types "amd64" and
"x64" and "enoughbitsalready". Not.
Thoughts?