* configure.in: Enable x86-64 OpenBSD compilation.
This commit is contained in:
parent
1dbfd8e389
commit
afa0f40bdb
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
|
||||
|
||||
* configure.in: Enable x86-64 OpenBSD compilation.
|
||||
|
||||
2006-10-28 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* AUTHORS: Add cal-html.el author.
|
||||
|
|
|
@ -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 ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue