[Mesa-dev] [PATCH] configure.ac: On some systems, "x86-64" is called "amd64"

Vinson Lee vlee at freedesktop.org
Wed Jul 17 23:12:30 PDT 2013


On Wed, Jun 26, 2013 at 6:46 AM, Jean-Sébastien Pédron
<jean-sebastien.pedron at dumbbell.fr> wrote:
> On 26.06.2013 15:35, Jonathan Gray wrote:
>> On Wed, Jun 26, 2013 at 02:54:34PM +0200, Jean-Sébastien Pédron wrote:
>>> Hello,
>>>
>>> On FreeBSD, the x86-64 arch is named "amd64". This patch fixes its
>>> detection in the configure script.
>>
>> Shouldn't config.guess/config.sub remap it?
>>
>> from config.log here:
>>
>> uname -m = amd64
>> uname -r = 5.3
>> uname -s = OpenBSD
>> uname -v = GENERIC.MP#5
>>
>> host='x86_64-unknown-openbsd5.3'
>> host_alias=''
>> host_cpu='x86_64'
>> host_os='openbsd5.3'
>> host_vendor='unknown'
>
> Not for me:
>
> uname -m = amd64
> uname -r = 10.0-CURRENT
> uname -s = FreeBSD
> uname -v = FreeBSD 10.0-CURRENT #0 (...)
>
> host='amd64-unknown-freebsd10.0'
> host_alias=''
> host_cpu='amd64'
> host_os='freebsd10.0'
> host_vendor='unknown'
>
> --
> Jean-Sébastien Pédron
>
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>

Patch applied to master.


More information about the mesa-dev mailing list