diff options
author | Richard Kenner <kenner@gnu.org> | 1996-12-07 22:47:59 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gnu.org> | 1996-12-07 22:47:59 +0000 |
commit | 42054ddb496798d9b936490cf0050f6619f86bc1 (patch) | |
tree | fa688cd70a6db769fb8351973678ee259cabf0ca /config.guess | |
parent | 8844bedd4ce6f8bf06165460d88564e5679fb6c5 (diff) | |
download | glibc-42054ddb496798d9b936490cf0050f6619f86bc1.tar.gz glibc-42054ddb496798d9b936490cf0050f6619f86bc1.tar.xz glibc-42054ddb496798d9b936490cf0050f6619f86bc1.zip |
(PENTIUM:CPunix:4.0*:*): New case.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 4 |
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 |