From: Richard Kenner Date: Sat, 13 Jun 1998 19:51:10 +0000 (+0000) Subject: (sun4H:SunOS:5.*:*): New case. X-Git-Tag: fsf-origin~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4472777496f490cd5a162054ea50f111c2671cd;p=thirdparty%2Fautoconf.git (sun4H:SunOS:5.*:*): New case. --- diff --git a/config.guess b/config.guess index 30230b3d..ed660fb4 100755 --- a/config.guess +++ b/config.guess @@ -150,6 +150,9 @@ EOF NILE:*:*:dcosx) echo pyramid-pyramid-svr4 exit 0 ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;;