]> code.delx.au - gnu-emacs/commitdiff
* configure.in: Enable x86-64 OpenBSD compilation.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 29 Oct 2006 21:49:24 +0000 (21:49 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 29 Oct 2006 21:49:24 +0000 (21:49 +0000)
ChangeLog
configure.in

index e89f2a78e1247425b48f71ed06a417dd2b443c32..1dadefb8c4c6348dd5736c4879336a24f8ffbb01 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-29  Jeramey Crawford  <jeramey@jeramey.com>
+
+       * configure.in: Enable x86-64 OpenBSD compilation.
+
 2006-10-28  Glenn Morris  <rgm@gnu.org>
 
        * AUTHORS: Add cal-html.el author.
index a64d161a79a74d7e0368fa0fa834353264d86588..0a9f6e5b88ad7c5531b89fce8c11de5470716334 100644 (file)
@@ -275,6 +275,7 @@ dnl see the `changequote' comment above.
     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 ;;