]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1998-03-14 Alexandre Oliva <oliva@dcc.unicamp.br>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 13 Mar 1999 16:57:08 +0000 (16:57 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 13 Mar 1999 16:57:08 +0000 (16:57 +0000)
* config.guess: Recognise HP 9000/8x0 machines.

ChangeLog
config.guess

index af86c707937ef3eacb0dd1be26a3578591251e64..77fd0cb6a390e7329583cbd52caeeb69124c0886 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-03-14  Alexandre Oliva  <oliva@dcc.unicamp.br>
+       
+       * config.guess: Recognise HP 9000/8x0 machines.
+
 1999-03-11  Ben Elliston  <bje@cygnus.com>
 
        * config.sub: Recognise hppa2.0w. Contributed by Erez Zadok
index 1cf4f7a8b70028dcd78ac42bd3020be73eb6e924..8a1ec287d264b721a092bd054095ca10a549827d 100755 (executable)
@@ -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 <stdlib.h>
               #include <unistd.h>