summaryrefslogtreecommitdiff
path: root/config.guess
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
commitc0c0e4bd5d67ccc753e9d03ae9cbd03e29ade78f (patch)
treefdec9cdfda401195951c743c5160bc3a55e733af /config.guess
parent951e04271194c6274ab925a10464391dcc26a638 (diff)
downloademacs-c0c0e4bd5d67ccc753e9d03ae9cbd03e29ade78f.tar.gz
(PENTIUM:CPunix:4.0*:*): New case.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 85fb13ad18b..d0d2c84c5fc 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