summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gnu.org>1996-12-07 22:47:59 +0000
committerRichard Kenner <kenner@gnu.org>1996-12-07 22:47:59 +0000
commit42054ddb496798d9b936490cf0050f6619f86bc1 (patch)
treefa688cd70a6db769fb8351973678ee259cabf0ca
parent8844bedd4ce6f8bf06165460d88564e5679fb6c5 (diff)
(PENTIUM:CPunix:4.0*:*): New case.
-rwxr-xr-xconfig.guess4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 85fb13ad18..d0d2c84c5f 100755
--- a/config.guess
+++ b/config.guess
@@ -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