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
commitf051bd7f50da59f05e8b0b5a28cadd5742e1d86d (patch)
tree731b02ad43558a277f5d78d5dcd7d69a36ca1ee1
parent69518456248b91ba15de2aed4684aac5cab8173b (diff)
downloademacs-libc-961210.tar.gz
(PENTIUM:CPunix:4.0*:*): New case.libc-961210libc-961209libc-961208
-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