diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-01-29 17:04:28 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-01-29 17:04:28 +0000 |
commit | 13aadc96ed9d938084fe640d457ddbbb6c726491 (patch) | |
tree | 18ac7aba96a1839ca9cf41805a13c421b4c51620 /configure | |
parent | 55433670b6fb35bb792714cabd75835d2f617c68 (diff) | |
download | emacs-13aadc96ed9d938084fe640d457ddbbb6c726491.tar.gz |
Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure b/configure index 001cf65d3e8..6572f0dfcef 100755 --- a/configure +++ b/configure @@ -2235,6 +2235,7 @@ _ACEOF vax-*-netbsd*) machine=vax ;; arm-*-netbsd*) machine=arm ;; x86_64-*-netbsd*) machine=amdx86-64 ;; + hppa-*-netbsd*) machine=hp800 ;; shle-*-netbsd*) machine=sh3el ;; esac ;; @@ -2572,6 +2573,14 @@ _ACEOF 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 |