From f49c7f4c7af1cd980d8637bba6e59674e014641c Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 14 Mar 1999 00:57:25 +0000 Subject: [PATCH] Recognise HP 9000/8x0 machines. From Alexandre Oliva. --- config.guess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.guess b/config.guess index 72eeb63..eb1dd54 100755 --- a/config.guess +++ b/config.guess @@ -374,7 +374,7 @@ EOF case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; - 9000/6?? | 9000/7?? | 9000/80[024] | 9000/8?[13679] | 9000/892 ) + 9000/6?? | 9000/7?? | 9000/80[024] | 9000/8?[136790] | 9000/892 ) sed 's/^ //' << EOF >$dummy.c #include #include