From: Ben Elliston Date: Sat, 13 Mar 1999 16:57:08 +0000 (+0000) Subject: 1998-03-14 Alexandre Oliva X-Git-Tag: experimental-branchpoint~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c860f86596f29095ba8a6c258cd2151f225dd95e;p=thirdparty%2Fautoconf.git 1998-03-14 Alexandre Oliva * config.guess: Recognise HP 9000/8x0 machines. --- diff --git a/ChangeLog b/ChangeLog index af86c707..77fd0cb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-03-14 Alexandre Oliva + + * config.guess: Recognise HP 9000/8x0 machines. + 1999-03-11 Ben Elliston * config.sub: Recognise hppa2.0w. Contributed by Erez Zadok diff --git a/config.guess b/config.guess index 1cf4f7a8..8a1ec287 100755 --- a/config.guess +++ b/config.guess @@ -414,7 +414,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