diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-01-14 06:41:28 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-01-14 06:41:28 +0000 |
commit | 081966d0e2e2d17330700d3537b154279991518c (patch) | |
tree | 34305760981da493594c6e399116e9913799748c /config.guess | |
parent | 73f30cdb0ac87ee0540072b70ff16cf627b2708f (diff) | |
download | emacs-081966d0e2e2d17330700d3537b154279991518c.tar.gz |
Match HP 9000/800 machine.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index d8527d3e6f8..f7339e09758 100755 --- a/config.guess +++ b/config.guess @@ -368,7 +368,7 @@ EOF case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; - 9000/6?? | 9000/7?? | 9000/80[24] | 9000/8?[13679] | 9000/892 ) + 9000/6?? | 9000/7?? | 9000/80[024] | 9000/8?[13679] | 9000/892 ) sed 's/^ //' << EOF >dummy.c #include <stdlib.h> #include <unistd.h> |