diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-12-07 17:47:59 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-12-07 17:47:59 -0500 |
commit | d790567a759148db805d7bbe0e53ef20fa383044 (patch) | |
tree | 73654f1e8173781e4b1f450c94790ea734740368 | |
parent | 80008dc734f5117eb1da8d29fb4c5e61d97cb14f (diff) | |
download | gcc-d790567a759148db805d7bbe0e53ef20fa383044.zip gcc-d790567a759148db805d7bbe0e53ef20fa383044.tar.gz gcc-d790567a759148db805d7bbe0e53ef20fa383044.tar.bz2 |
(PENTIUM:CPunix:4.0*:*): New case.
From-SVN: r13227
-rwxr-xr-x | gcc/config.guess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.guess b/gcc/config.guess index 85fb13a..d0d2c84 100755 --- a/gcc/config.guess +++ b/gcc/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 |