From 197f6af5b790f1c8da479d24a59be11fc8aaab9b Mon Sep 17 00:00:00 2001 From: cks Date: Thu, 22 Sep 1994 04:27:58 +0000 Subject: add convex c3* c4* git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8118 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config.guess | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'gcc/config.guess') diff --git a/gcc/config.guess b/gcc/config.guess index 73139ddf603..105c103ec7f 100755 --- a/gcc/config.guess +++ b/gcc/config.guess @@ -214,11 +214,23 @@ EOF hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit 0 ;; - C1*:ConvexOS:*:* | convex:ConvexOS:C1:*) + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit 0 ;; - C2*:ConvexOS:*:* | convex:ConvexOS:C2:*) - echo c2-convex-bsd + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit 0 ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + echo c34-convex-bsd + exit 0 ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + echo c38-convex-bsd + exit 0 ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + echo c4-convex-bsd exit 0 ;; CRAY*X-MP:UNICOS:*:*) echo xmp-cray-unicos -- cgit v1.2.1