summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-01-14 06:41:28 +0000
committerKarl Heuer <kwzh@gnu.org>1999-01-14 06:41:28 +0000
commitc1ab61cb49ca315b50da5f5648ed0097aafc0f7d (patch)
treee065b2afee0769d3401eba13d625ee415d677245 /config.guess
parentb6e7bb0e8bb8979305566dcb2199b1d00f82c570 (diff)
downloademacs-c1ab61cb49ca315b50da5f5648ed0097aafc0f7d.tar.gz
Match HP 9000/800 machine.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess2
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>