config.guess | config.guess | |||
---|---|---|---|---|
#! /bin/sh | #! /bin/sh | |||
# Attempt to guess a canonical system name. | # Attempt to guess a canonical system name. | |||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | |||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, | # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, | |||
# Inc. | # Inc. | |||
timestamp='2007-03-06' | timestamp='2007-07-22' | |||
# This file is free software; you can redistribute it and/or modify it | # This file is free software; you can redistribute it and/or modify it | |||
# under the terms of the GNU General Public License as published by | # under the terms of the GNU General Public License as published by | |||
# the Free Software Foundation; either version 2 of the License, or | # the Free Software Foundation; either version 2 of the License, or | |||
# (at your option) any later version. | # (at your option) any later version. | |||
# | # | |||
# This program is distributed in the hope that it will be useful, but | # This program is distributed in the hope that it will be useful, but | |||
# WITHOUT ANY WARRANTY; without even the implied warranty of | # WITHOUT ANY WARRANTY; without even the implied warranty of | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
# General Public License for more details. | # General Public License for more details. | |||
skipping to change at line 332 | skipping to change at line 332 | |||
DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) | DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) | |||
case `/usr/bin/uname -p` in | case `/usr/bin/uname -p` in | |||
sparc) echo sparc-icl-nx7; exit ;; | sparc) echo sparc-icl-nx7; exit ;; | |||
esac ;; | esac ;; | |||
sun4H:SunOS:5.*:*) | sun4H:SunOS:5.*:*) | |||
echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` | echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` | |||
exit ;; | exit ;; | |||
sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) | sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) | |||
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` | echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` | |||
exit ;; | exit ;; | |||
i86pc:SunOS:5.*:*) | i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) | |||
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` | echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` | |||
exit ;; | exit ;; | |||
sun4*:SunOS:6*:*) | sun4*:SunOS:6*:*) | |||
# According to config.sub, this is the proper way to canonicalize | # According to config.sub, this is the proper way to canonicalize | |||
# SunOS6. Hard to guess exactly what SunOS6 will be like, but | # SunOS6. Hard to guess exactly what SunOS6 will be like, but | |||
# it's likely to be more like Solaris than SunOS4. | # it's likely to be more like Solaris than SunOS4. | |||
echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` | echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` | |||
exit ;; | exit ;; | |||
sun4*:SunOS:*:*) | sun4*:SunOS:*:*) | |||
case "`/usr/bin/arch -k`" in | case "`/usr/bin/arch -k`" in | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |