Restore support for hp800's not running HP-UX.
This commit is contained in:
parent
44a4380296
commit
55433670b6
1 changed files with 9 additions and 0 deletions
|
@ -269,6 +269,7 @@ dnl see the `changequote' comment above.
|
|||
vax-*-netbsd*) machine=vax ;;
|
||||
arm-*-netbsd*) machine=arm ;;
|
||||
x86_64-*-netbsd*) machine=amdx86-64 ;;
|
||||
hppa-*-netbsd*) machine=hp800 ;;
|
||||
shle-*-netbsd*) machine=sh3el ;;
|
||||
esac
|
||||
;;
|
||||
|
@ -606,6 +607,14 @@ dnl see the `changequote' comment above.
|
|||
esac
|
||||
;;
|
||||
|
||||
hppa*-*-linux-gnu* )
|
||||
machine=hp800 opsys=gnu-linux
|
||||
;;
|
||||
|
||||
hppa*-*-nextstep* )
|
||||
machine=hp800 opsys=nextstep
|
||||
;;
|
||||
|
||||
## Orion machines
|
||||
orion-orion-bsd* )
|
||||
machine=orion opsys=bsd4-2
|
||||
|
|
Loading…
Add table
Reference in a new issue