# HG changeset patch # User Chong Yidong # Date 1170090258 0 # Node ID fa924d2a62abfcc0b07e683a6ea4cf2f09ef22a4 # Parent f486d72460481ef24f3c8dc6eb0fd14a33bc4af2 Restore support for hp800's not running HP-UX. diff -r f486d7246048 -r fa924d2a62ab configure.in --- a/configure.in Mon Jan 29 17:03:59 2007 +0000 +++ b/configure.in Mon Jan 29 17:04:18 2007 +0000 @@ -269,6 +269,7 @@ 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 @@ 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