diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-01-29 17:04:18 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-01-29 17:04:18 +0000 |
commit | 55433670b6fb35bb792714cabd75835d2f617c68 (patch) | |
tree | ea9567e67b7085d2957d7ad80eb0685013288fc7 /configure.in | |
parent | 44a4380296fc46d8629b2cc020f4d96e6b227d94 (diff) | |
download | emacs-55433670b6fb35bb792714cabd75835d2f617c68.tar.gz |
Restore support for hp800's not running HP-UX.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ffafa585040..5365649056d 100644 --- a/configure.in +++ b/configure.in @@ -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 |