# HG changeset patch # User Chong Yidong # Date 1162158564 0 # Node ID e56d78e992d3f2766e5b577c09c8a3ed2edfc392 # Parent d2f1d227576d253aa64c111b543dfa9b20be1543 * configure.in: Enable x86-64 OpenBSD compilation. diff -r d2f1d227576d -r e56d78e992d3 ChangeLog --- a/ChangeLog Sun Oct 29 21:48:58 2006 +0000 +++ b/ChangeLog Sun Oct 29 21:49:24 2006 +0000 @@ -1,3 +1,7 @@ +2006-10-29 Jeramey Crawford + + * configure.in: Enable x86-64 OpenBSD compilation. + 2006-10-28 Glenn Morris * AUTHORS: Add cal-html.el author. diff -r d2f1d227576d -r e56d78e992d3 configure.in --- a/configure.in Sun Oct 29 21:48:58 2006 +0000 +++ b/configure.in Sun Oct 29 21:49:24 2006 +0000 @@ -275,6 +275,7 @@ case "${canonical}" in alpha*-*-openbsd*) machine=alpha ;; i386-*-openbsd*) machine=intel386 ;; + x86_64-*-openbsd*) machine=amdx86-64 ;; m68k-*-openbsd*) machine=hp9000s300 ;; mipsel-*-openbsd*) machine=pmax ;; ns32k-*-openbsd*) machine=ns32000 ;;