comparison 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
comparison
equal deleted inserted replaced
19776:6910bd6de0d9 19777:aa8c979991fb
169 # This is somewhat bogus. 169 # This is somewhat bogus.
170 machine=hp9000s300 ;; 170 machine=hp9000s300 ;;
171 mips-*-netbsd*) machine=pmax ;; 171 mips-*-netbsd*) machine=pmax ;;
172 ns32k-*-netbsd*) machine=ns32000 ;; 172 ns32k-*-netbsd*) machine=ns32000 ;;
173 sparc-*-netbsd*) machine=sparc ;; 173 sparc-*-netbsd*) machine=sparc ;;
174 vax-*-netbsd*) machine=vax ;;
175 esac
176 ;;
177
178 ## OpenBSD ports
179 *-*-openbsd* )
180 opsys=openbsd
181 case "${canonical}" in
182 alpha-*-openbsd*) machine=alpha ;;
183 i386-*-openbsd*) machine=intel386 ;;
184 m68k-*-openbsd*) machine=hp9000s300 ;; # This is somewhat bogus.
185 ns32k-*-openbsd*) machine=ns32000 ;;
186 sparc-*-openbsd*) machine=sparc ;;
174 vax-*-netbsd*) machine=vax ;; 187 vax-*-netbsd*) machine=vax ;;
175 esac 188 esac
176 ;; 189 ;;
177 190
178 ## Acorn RISCiX: 191 ## Acorn RISCiX: