From: Chong Yidong Date: Sun, 29 Oct 2006 21:49:24 +0000 (+0000) Subject: * configure.in: Enable x86-64 OpenBSD compilation. X-Git-Tag: emacs-pretest-22.0.91~471 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=afa0f40bdb27d7fe9d32bf4eb76fd3c60cbe5017;p=emacs.git * configure.in: Enable x86-64 OpenBSD compilation. --- diff --git a/ChangeLog b/ChangeLog index e89f2a78e12..1dadefb8c4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 --git a/configure.in b/configure.in index a64d161a79a..0a9f6e5b88a 100644 --- a/configure.in +++ b/configure.in @@ -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 ;;