summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-10-29 21:49:24 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-10-29 21:49:24 +0000
commitafa0f40bdb27d7fe9d32bf4eb76fd3c60cbe5017 (patch)
treecdaf7d3dcaa165a88fdb15c3fbdd948c8646b480 /configure.in
parent1dbfd8e389a04aa8719482e33729dd2e14232d56 (diff)
downloademacs-afa0f40bdb27d7fe9d32bf4eb76fd3c60cbe5017.tar.gz
* configure.in: Enable x86-64 OpenBSD compilation.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
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 ;;