Add OpenBSD clause to set $machine.
This commit is contained in:
parent
cb1ee8118f
commit
e3ac1b7f78
1 changed files with 13 additions and 0 deletions
13
configure.in
13
configure.in
|
@ -175,6 +175,19 @@ case "${canonical}" in
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue