aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e89f2a78e12..1dadefb8c4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12006-10-29 Jeramey Crawford <jeramey@jeramey.com>
2
3 * configure.in: Enable x86-64 OpenBSD compilation.
4
12006-10-28 Glenn Morris <rgm@gnu.org> 52006-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 ;;