diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.in | 1 |
2 files changed, 5 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-10-29 Jeramey Crawford <jeramey@jeramey.com> | ||
| 2 | |||
| 3 | * configure.in: Enable x86-64 OpenBSD compilation. | ||
| 4 | |||
| 1 | 2006-10-28 Glenn Morris <rgm@gnu.org> | 5 | 2006-10-28 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * AUTHORS: Add cal-html.el author. | 7 | * 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. | |||
| 275 | case "${canonical}" in | 275 | case "${canonical}" in |
| 276 | alpha*-*-openbsd*) machine=alpha ;; | 276 | alpha*-*-openbsd*) machine=alpha ;; |
| 277 | i386-*-openbsd*) machine=intel386 ;; | 277 | i386-*-openbsd*) machine=intel386 ;; |
| 278 | x86_64-*-openbsd*) machine=amdx86-64 ;; | ||
| 278 | m68k-*-openbsd*) machine=hp9000s300 ;; | 279 | m68k-*-openbsd*) machine=hp9000s300 ;; |
| 279 | mipsel-*-openbsd*) machine=pmax ;; | 280 | mipsel-*-openbsd*) machine=pmax ;; |
| 280 | ns32k-*-openbsd*) machine=ns32000 ;; | 281 | ns32k-*-openbsd*) machine=ns32000 ;; |