aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 30230b3dfe9..ed660fb4ed0 100755
--- a/config.guess
+++ b/config.guess
@@ -150,6 +150,9 @@ EOF
150 NILE:*:*:dcosx) 150 NILE:*:*:dcosx)
151 echo pyramid-pyramid-svr4 151 echo pyramid-pyramid-svr4
152 exit 0 ;; 152 exit 0 ;;
153 sun4H:SunOS:5.*:*)
154 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
155 exit 0 ;;
153 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) 156 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
154 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 157 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
155 exit 0 ;; 158 exit 0 ;;