]> code.delx.au - gnu-emacs/commitdiff
(PENTIUM:CPunix:4.0*:*): New case.
authorRichard Kenner <kenner@gnu.org>
Sat, 7 Dec 1996 22:47:59 +0000 (22:47 +0000)
committerRichard Kenner <kenner@gnu.org>
Sat, 7 Dec 1996 22:47:59 +0000 (22:47 +0000)
config.guess

index 85fb13ad18b9e971676ce411d145b1d8179b74f9..d0d2c84c5fc9232d9ab500db132c006e42d7734a 100755 (executable)
@@ -526,6 +526,10 @@ EOF
                echo ns32k-sni-sysv
        fi
        exit 0 ;;
+    PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
+                           # says <Richard.M.Bartel@ccMail.Census.GOV>
+        echo i586-unisys-sysv4
+        exit 0 ;;
     *:UNIX_System_V:4*:FTX*)
        # From Gerald Hewes <hewes@openmarket.com>.
        # How about differentiating between stratus architectures? -djm