diff options
-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 |