Mercurial > emacs
diff configure.in @ 19777:aa8c979991fb
Add OpenBSD clause to set $machine.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 06 Sep 1997 19:42:31 +0000 |
parents | 92c0e1253d88 |
children | ea31f3e716e8 |
line wrap: on
line diff
--- a/configure.in Sat Sep 06 19:40:22 1997 +0000 +++ b/configure.in Sat Sep 06 19:42:31 1997 +0000 @@ -175,6 +175,19 @@ esac ;; + ## OpenBSD ports + *-*-openbsd* ) + opsys=openbsd + case "${canonical}" in + alpha-*-openbsd*) machine=alpha ;; + i386-*-openbsd*) machine=intel386 ;; + m68k-*-openbsd*) machine=hp9000s300 ;; # This is somewhat bogus. + ns32k-*-openbsd*) machine=ns32000 ;; + sparc-*-openbsd*) machine=sparc ;; + vax-*-netbsd*) machine=vax ;; + esac + ;; + ## Acorn RISCiX: arm-acorn-riscix1.1* ) machine=acorn opsys=riscix1-1