]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1998-09-27 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 26 Sep 1998 19:55:11 +0000 (19:55 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 26 Sep 1998 19:55:11 +0000 (19:55 +0000)
* config.guess: Apply the sysconf(2) test to HP 9000/600-series,
9000/802, 9000/804 and 9000/892 machines.  Contributed by Pavel
Roskin <pavel.roskin@ecsoft.co.uk>.

ChangeLog
config.guess

index 36cd36120d00e549ac09a7e863341034ea1fdc51..0989fe5d3ecd4e007474f1a5593c06dea056600e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 1998-09-27  Ben Elliston  <bje@cygnus.com>
 
+       * config.guess: Apply the sysconf(2) test to HP 9000/600-series,
+       9000/802, 9000/804 and 9000/892 machines.  Contributed by Pavel
+       Roskin <pavel.roskin@ecsoft.co.uk>.
+
        * acspecific.m4 (AC_PROG_INSTALL): Substitute `INSTALL_SCRIPT'.
        Contributed by Franc,ois Pinard <pinard@iro.umontreal.ca>.
 
index 20d52e6e752747a5c0945e2415bb937d63abd7d4..5a2522a1024504be6fbbbf5ec2270cd9fa73d246 100755 (executable)
@@ -364,11 +364,11 @@ EOF
     hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
        echo m68k-hp-bsd4.4
        exit 0 ;;
-    9000/[3478]??:HP-UX:*:*)
+    9000/[34678]??:HP-UX:*:*)
        case "${UNAME_MACHINE}" in
            9000/31? )            HP_ARCH=m68000 ;;
            9000/[34]?? )         HP_ARCH=m68k ;;
-           9000/7?? | 9000/8?[13679] )
+           9000/6?? | 9000/7?? | 9000/80[24] | 9000/8?[13679] | 9000/892 )
               sed 's/^              //' << EOF >dummy.c
               #include <stdlib.h>
               #include <unistd.h>