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

Jonathan Gray jsg at jsg.id.au
Wed Jun 26 06:35:10 PDT 2013


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'


More information about the mesa-dev mailing list