diff options
| -rwxr-xr-x | config.guess | 4 |
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 | |||
| 526 | echo ns32k-sni-sysv | 526 | echo ns32k-sni-sysv |
| 527 | fi | 527 | fi |
| 528 | exit 0 ;; | 528 | exit 0 ;; |
| 529 | PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort | ||
| 530 | # says <Richard.M.Bartel@ccMail.Census.GOV> | ||
| 531 | echo i586-unisys-sysv4 | ||
| 532 | exit 0 ;; | ||
| 529 | *:UNIX_System_V:4*:FTX*) | 533 | *:UNIX_System_V:4*:FTX*) |
| 530 | # From Gerald Hewes <hewes@openmarket.com>. | 534 | # From Gerald Hewes <hewes@openmarket.com>. |
| 531 | # How about differentiating between stratus architectures? -djm | 535 | # How about differentiating between stratus architectures? -djm |