Mercurial > emacs
changeset 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 | 6910bd6de0d9 |
children | ad56f277ce38 |
files | configure.in |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
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