Mercurial > emacs
changeset 73538:e56d78e992d3
* configure.in: Enable x86-64 OpenBSD compilation.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 29 Oct 2006 21:49:24 +0000 |
parents | d2f1d227576d |
children | db045c86d29b |
files | ChangeLog configure.in |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jeramey@jeramey.com> + + * configure.in: Enable x86-64 OpenBSD compilation. + 2006-10-28 Glenn Morris <rgm@gnu.org> * AUTHORS: Add cal-html.el author.
--- 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 ;;