Recognize x86-64.

This commit is contained in:
Sean Burke
2004-06-15 22:44:00 +00:00
parent 19862f3689
commit d59d1a0ae8
+3
View File
@@ -74,6 +74,9 @@ case $host in
i?86-*)
AC_DEFINE(CPU_X86, 1, [x86])
;;
x86_64-*)
AC_DEFINE(CPU_X86_64, 1, [x86-64])
;;
powerpc-*)
AC_DEFINE(CPU_PPC, 1, [PPC])
;;