summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gnu.org>1998-06-13 19:51:10 +0000
committerRichard Kenner <kenner@gnu.org>1998-06-13 19:51:10 +0000
commit2d67f1e90708b343a25b251cd70a5e6accf0fe60 (patch)
tree527da86d1a87224aeef27651c93cadcc044420fd /config.guess
parentda09b92be71b760539882e97894a858606662954 (diff)
downloademacs-2d67f1e90708b343a25b251cd70a5e6accf0fe60.tar.gz
(sun4H:SunOS:5.*:*): New case.
Diffstat (limited to 'config.guess')
-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
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 ;;