From: Eric Anholt Date: Thu, 28 Oct 2004 00:18:02 +0000 (+0000) Subject: Use the generic __amd64__, instead of __AMD64__ which has to be defined by hand. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=948f2720f754450b048ba6f7a60b842bbf8e633a;p=mesa.git Use the generic __amd64__, instead of __AMD64__ which has to be defined by hand. --- diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h index 93eefd61ca1..86480c82b1d 100644 --- a/src/mesa/main/imports.h +++ b/src/mesa/main/imports.h @@ -224,7 +224,7 @@ extern void _ext_mesa_free_pixelbuffer( void *pb ); ***/ #if defined(__i386__) || defined(__386__) || defined(__sparc__) || \ defined(__s390x__) || defined(__powerpc__) || \ - defined(__AMD64__) || \ + defined(__amd64__) || \ defined(ia64) || defined(__ia64__) || \ defined(__hppa__) || defined(hpux) || \ defined(__mips) || defined(_MIPS_ARCH) || \