diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-10-29 21:49:24 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-10-29 21:49:24 +0000 |
commit | afa0f40bdb27d7fe9d32bf4eb76fd3c60cbe5017 (patch) | |
tree | cdaf7d3dcaa165a88fdb15c3fbdd948c8646b480 /configure.in | |
parent | 1dbfd8e389a04aa8719482e33729dd2e14232d56 (diff) | |
download | emacs-afa0f40bdb27d7fe9d32bf4eb76fd3c60cbe5017.tar.gz |
* configure.in: Enable x86-64 OpenBSD compilation.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
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 ;; |