open-src/app/winsysck/sun-src/config.guess
author Jay Cotton <Jay.Cotton@Sun.COM>
Thu, 24 Jul 2008 13:07:37 -0700
changeset 472 c6afe0d6b651
permissions -rwxr-xr-x
6727043 Move winsysck to open source tree
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
472
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
     1
#! /bin/sh
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
     2
# Attempt to guess a canonical system name.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
     3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
     4
#   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
     5
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
     6
timestamp='2003-06-17'
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
     7
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
     8
# This file is free software; you can redistribute it and/or modify it
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
     9
# under the terms of the GNU General Public License as published by
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    10
# the Free Software Foundation; either version 2 of the License, or
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    11
# (at your option) any later version.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    12
#
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    13
# This program is distributed in the hope that it will be useful, but
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    14
# WITHOUT ANY WARRANTY; without even the implied warranty of
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    16
# General Public License for more details.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    17
#
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    18
# You should have received a copy of the GNU General Public License
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    19
# along with this program; if not, write to the Free Software
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    20
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    21
#
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    22
# As a special exception to the GNU General Public License, if you
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    23
# distribute this file as part of a program that contains a
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    24
# configuration script generated by Autoconf, you may include it under
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    25
# the same distribution terms that you use for the rest of that program.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    26
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    27
# Originally written by Per Bothner <[email protected]>.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    28
# Please send patches to <[email protected]>.  Submit a context
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    29
# diff and a properly formatted ChangeLog entry.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    30
#
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    31
# This script attempts to guess a canonical system name similar to
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    32
# config.sub.  If it succeeds, it prints the system name on stdout, and
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    33
# exits with 0.  Otherwise, it exits with 1.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    34
#
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    35
# The plan is that this can be called by configure scripts if you
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    36
# don't specify an explicit build system type.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    37
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    38
me=`echo "$0" | sed -e 's,.*/,,'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    39
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    40
usage="\
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    41
Usage: $0 [OPTION]
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    42
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    43
Output the configuration name of the system \`$me' is run on.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    44
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    45
Operation modes:
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    46
  -h, --help         print this help, then exit
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    47
  -t, --time-stamp   print date of last modification, then exit
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    48
  -v, --version      print version number, then exit
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    49
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    50
Report bugs and patches to <[email protected]>."
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    51
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    52
version="\
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    53
GNU config.guess ($timestamp)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    54
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    55
Originally written by Per Bothner.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    56
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    57
Free Software Foundation, Inc.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    58
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    59
This is free software; see the source for copying conditions.  There is NO
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    60
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    61
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    62
help="
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    63
Try \`$me --help' for more information."
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    64
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    65
# Parse command line
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    66
while test $# -gt 0 ; do
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    67
  case $1 in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    68
    --time-stamp | --time* | -t )
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    69
       echo "$timestamp" ; exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    70
    --version | -v )
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    71
       echo "$version" ; exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    72
    --help | --h* | -h )
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    73
       echo "$usage"; exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    74
    -- )     # Stop option processing
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    75
       shift; break ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    76
    - )	# Use stdin as input.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    77
       break ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    78
    -* )
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    79
       echo "$me: invalid option $1$help" >&2
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    80
       exit 1 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    81
    * )
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    82
       break ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    83
  esac
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    84
done
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    85
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    86
if test $# != 0; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    87
  echo "$me: too many arguments$help" >&2
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    88
  exit 1
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    89
fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    90
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    91
trap 'exit 1' 1 2 15
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    92
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    93
# CC_FOR_BUILD -- compiler used by this script. Note that the use of a
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    94
# compiler to aid in system detection is discouraged as it requires
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    95
# temporary files to be created and, as you can see below, it is a
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    96
# headache to deal with in a portable fashion.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    97
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    98
# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
    99
# use `HOST_CC' if defined, but it is deprecated.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   100
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   101
# Portable tmp directory creation inspired by the Autoconf team.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   102
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   103
set_cc_for_build='
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   104
trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   105
trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   106
: ${TMPDIR=/tmp} ;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   107
 { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   108
 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   109
 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   110
 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   111
dummy=$tmp/dummy ;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   112
tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   113
case $CC_FOR_BUILD,$HOST_CC,$CC in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   114
 ,,)    echo "int x;" > $dummy.c ;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   115
	for c in cc gcc c89 c99 ; do
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   116
	  if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   117
	     CC_FOR_BUILD="$c"; break ;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   118
	  fi ;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   119
	done ;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   120
	if test x"$CC_FOR_BUILD" = x ; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   121
	  CC_FOR_BUILD=no_compiler_found ;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   122
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   123
	;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   124
 ,,*)   CC_FOR_BUILD=$CC ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   125
 ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   126
esac ;'
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   127
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   128
# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   129
# ([email protected] 1994-08-24)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   130
if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   131
	PATH=$PATH:/.attbin ; export PATH
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   132
fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   133
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   134
UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   135
UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   136
UNAME_SYSTEM=`(uname -s) 2>/dev/null`  || UNAME_SYSTEM=unknown
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   137
UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   138
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   139
## for Red Hat Linux
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   140
if test -f /etc/redhat-release ; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   141
    VENDOR=redhat ;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   142
else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   143
    VENDOR= ;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   144
fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   145
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   146
# Note: order is significant - the case branches are not exclusive.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   147
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   148
case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   149
    *:NetBSD:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   150
	# NetBSD (nbsd) targets should (where applicable) match one or
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   151
	# more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   152
	# *-*-netbsdecoff* and *-*-netbsd*.  For targets that recently
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   153
	# switched to ELF, *-*-netbsd* would select the old
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   154
	# object file format.  This provides both forward
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   155
	# compatibility and a consistent mechanism for selecting the
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   156
	# object file format.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   157
	#
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   158
	# Note: NetBSD doesn't particularly care about the vendor
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   159
	# portion of the name.  We always set it to "unknown".
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   160
	sysctl="sysctl -n hw.machine_arch"
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   161
	UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   162
	    /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   163
	case "${UNAME_MACHINE_ARCH}" in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   164
	    armeb) machine=armeb-unknown ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   165
	    arm*) machine=arm-unknown ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   166
	    sh3el) machine=shl-unknown ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   167
	    sh3eb) machine=sh-unknown ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   168
	    *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   169
	esac
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   170
	# The Operating System including object format, if it has switched
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   171
	# to ELF recently, or will in the future.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   172
	case "${UNAME_MACHINE_ARCH}" in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   173
	    arm*|i386|m68k|ns32k|sh3*|sparc|vax)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   174
		eval $set_cc_for_build
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   175
		if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   176
			| grep __ELF__ >/dev/null
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   177
		then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   178
		    # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   179
		    # Return netbsd for either.  FIX?
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   180
		    os=netbsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   181
		else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   182
		    os=netbsdelf
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   183
		fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   184
		;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   185
	    *)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   186
	        os=netbsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   187
		;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   188
	esac
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   189
	# The OS release
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   190
	# Debian GNU/NetBSD machines have a different userland, and
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   191
	# thus, need a distinct triplet. However, they do not need
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   192
	# kernel version information, so it can be replaced with a
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   193
	# suitable tag, in the style of linux-gnu.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   194
	case "${UNAME_VERSION}" in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   195
	    Debian*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   196
		release='-gnu'
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   197
		;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   198
	    *)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   199
		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   200
		;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   201
	esac
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   202
	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   203
	# contains redundant information, the shorter form:
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   204
	# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   205
	echo "${machine}-${os}${release}"
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   206
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   207
    amiga:OpenBSD:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   208
	echo m68k-unknown-openbsd${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   209
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   210
    arc:OpenBSD:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   211
	echo mipsel-unknown-openbsd${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   212
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   213
    hp300:OpenBSD:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   214
	echo m68k-unknown-openbsd${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   215
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   216
    mac68k:OpenBSD:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   217
	echo m68k-unknown-openbsd${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   218
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   219
    macppc:OpenBSD:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   220
	echo powerpc-unknown-openbsd${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   221
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   222
    mvme68k:OpenBSD:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   223
	echo m68k-unknown-openbsd${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   224
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   225
    mvme88k:OpenBSD:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   226
	echo m88k-unknown-openbsd${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   227
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   228
    mvmeppc:OpenBSD:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   229
	echo powerpc-unknown-openbsd${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   230
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   231
    pmax:OpenBSD:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   232
	echo mipsel-unknown-openbsd${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   233
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   234
    sgi:OpenBSD:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   235
	echo mipseb-unknown-openbsd${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   236
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   237
    sun3:OpenBSD:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   238
	echo m68k-unknown-openbsd${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   239
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   240
    wgrisc:OpenBSD:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   241
	echo mipsel-unknown-openbsd${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   242
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   243
    *:OpenBSD:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   244
	echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   245
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   246
    alpha:OSF1:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   247
	if test $UNAME_RELEASE = "V4.0"; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   248
		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   249
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   250
	# According to Compaq, /usr/sbin/psrinfo has been available on
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   251
	# OSF/1 and Tru64 systems produced since 1995.  I hope that
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   252
	# covers most systems running today.  This code pipes the CPU
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   253
	# types through head -n 1, so we only detect the type of CPU 0.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   254
	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   255
	case "$ALPHA_CPU_TYPE" in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   256
	    "EV4 (21064)")
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   257
		UNAME_MACHINE="alpha" ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   258
	    "EV4.5 (21064)")
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   259
		UNAME_MACHINE="alpha" ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   260
	    "LCA4 (21066/21068)")
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   261
		UNAME_MACHINE="alpha" ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   262
	    "EV5 (21164)")
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   263
		UNAME_MACHINE="alphaev5" ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   264
	    "EV5.6 (21164A)")
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   265
		UNAME_MACHINE="alphaev56" ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   266
	    "EV5.6 (21164PC)")
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   267
		UNAME_MACHINE="alphapca56" ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   268
	    "EV5.7 (21164PC)")
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   269
		UNAME_MACHINE="alphapca57" ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   270
	    "EV6 (21264)")
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   271
		UNAME_MACHINE="alphaev6" ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   272
	    "EV6.7 (21264A)")
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   273
		UNAME_MACHINE="alphaev67" ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   274
	    "EV6.8CB (21264C)")
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   275
		UNAME_MACHINE="alphaev68" ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   276
	    "EV6.8AL (21264B)")
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   277
		UNAME_MACHINE="alphaev68" ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   278
	    "EV6.8CX (21264D)")
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   279
		UNAME_MACHINE="alphaev68" ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   280
	    "EV6.9A (21264/EV69A)")
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   281
		UNAME_MACHINE="alphaev69" ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   282
	    "EV7 (21364)")
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   283
		UNAME_MACHINE="alphaev7" ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   284
	    "EV7.9 (21364A)")
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   285
		UNAME_MACHINE="alphaev79" ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   286
	esac
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   287
	# A Vn.n version is a released version.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   288
	# A Tn.n version is a released field test version.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   289
	# A Xn.n version is an unreleased experimental baselevel.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   290
	# 1.2 uses "1.2" for uname -r.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   291
	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   292
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   293
    Alpha*:OpenVMS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   294
	echo alpha-hp-vms
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   295
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   296
    Alpha\ *:Windows_NT*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   297
	# How do we know it's Interix rather than the generic POSIX subsystem?
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   298
	# Should we change UNAME_MACHINE based on the output of uname instead
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   299
	# of the specific Alpha model?
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   300
	echo alpha-pc-interix
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   301
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   302
    21064:Windows_NT:50:3)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   303
	echo alpha-dec-winnt3.5
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   304
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   305
    Amiga*:UNIX_System_V:4.0:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   306
	echo m68k-unknown-sysv4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   307
	exit 0;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   308
    *:[Aa]miga[Oo][Ss]:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   309
	echo ${UNAME_MACHINE}-unknown-amigaos
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   310
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   311
    *:[Mm]orph[Oo][Ss]:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   312
	echo ${UNAME_MACHINE}-unknown-morphos
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   313
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   314
    *:OS/390:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   315
	echo i370-ibm-openedition
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   316
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   317
    arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   318
	echo arm-acorn-riscix${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   319
	exit 0;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   320
    SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   321
	echo hppa1.1-hitachi-hiuxmpp
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   322
	exit 0;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   323
    Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   324
	# [email protected] (Earle F. Ake) contributed MIS and NILE.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   325
	if test "`(/bin/universe) 2>/dev/null`" = att ; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   326
		echo pyramid-pyramid-sysv3
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   327
	else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   328
		echo pyramid-pyramid-bsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   329
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   330
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   331
    NILE*:*:*:dcosx)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   332
	echo pyramid-pyramid-svr4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   333
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   334
    DRS?6000:unix:4.0:6*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   335
	echo sparc-icl-nx6
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   336
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   337
    DRS?6000:UNIX_SV:4.2*:7*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   338
	case `/usr/bin/uname -p` in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   339
	    sparc) echo sparc-icl-nx7 && exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   340
	esac ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   341
    sun4H:SunOS:5.*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   342
	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   343
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   344
    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   345
	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   346
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   347
    i86pc:SunOS:5.*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   348
	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   349
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   350
    sun4*:SunOS:6*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   351
	# According to config.sub, this is the proper way to canonicalize
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   352
	# SunOS6.  Hard to guess exactly what SunOS6 will be like, but
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   353
	# it's likely to be more like Solaris than SunOS4.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   354
	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   355
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   356
    sun4*:SunOS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   357
	case "`/usr/bin/arch -k`" in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   358
	    Series*|S4*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   359
		UNAME_RELEASE=`uname -v`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   360
		;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   361
	esac
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   362
	# Japanese Language versions have a version number like `4.1.3-JL'.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   363
	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   364
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   365
    sun3*:SunOS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   366
	echo m68k-sun-sunos${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   367
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   368
    sun*:*:4.2BSD:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   369
	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   370
	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   371
	case "`/bin/arch`" in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   372
	    sun3)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   373
		echo m68k-sun-sunos${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   374
		;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   375
	    sun4)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   376
		echo sparc-sun-sunos${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   377
		;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   378
	esac
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   379
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   380
    aushp:SunOS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   381
	echo sparc-auspex-sunos${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   382
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   383
    # The situation for MiNT is a little confusing.  The machine name
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   384
    # can be virtually everything (everything which is not
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   385
    # "atarist" or "atariste" at least should have a processor
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   386
    # > m68000).  The system name ranges from "MiNT" over "FreeMiNT"
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   387
    # to the lowercase version "mint" (or "freemint").  Finally
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   388
    # the system name "TOS" denotes a system which is actually not
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   389
    # MiNT.  But MiNT is downward compatible to TOS, so this should
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   390
    # be no problem.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   391
    atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   392
        echo m68k-atari-mint${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   393
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   394
    atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   395
	echo m68k-atari-mint${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   396
        exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   397
    *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   398
        echo m68k-atari-mint${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   399
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   400
    milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   401
        echo m68k-milan-mint${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   402
        exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   403
    hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   404
        echo m68k-hades-mint${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   405
        exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   406
    *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   407
        echo m68k-unknown-mint${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   408
        exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   409
    powerpc:machten:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   410
	echo powerpc-apple-machten${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   411
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   412
    RISC*:Mach:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   413
	echo mips-dec-mach_bsd4.3
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   414
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   415
    RISC*:ULTRIX:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   416
	echo mips-dec-ultrix${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   417
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   418
    VAX*:ULTRIX*:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   419
	echo vax-dec-ultrix${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   420
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   421
    2020:CLIX:*:* | 2430:CLIX:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   422
	echo clipper-intergraph-clix${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   423
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   424
    mips:*:*:UMIPS | mips:*:*:RISCos)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   425
	eval $set_cc_for_build
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   426
	sed 's/^	//' << EOF >$dummy.c
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   427
#ifdef __cplusplus
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   428
#include <stdio.h>  /* for printf() prototype */
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   429
	int main (int argc, char *argv[]) {
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   430
#else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   431
	int main (argc, argv) int argc; char *argv[]; {
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   432
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   433
	#if defined (host_mips) && defined (MIPSEB)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   434
	#if defined (SYSTYPE_SYSV)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   435
	  printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   436
	#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   437
	#if defined (SYSTYPE_SVR4)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   438
	  printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   439
	#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   440
	#if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   441
	  printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   442
	#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   443
	#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   444
	  exit (-1);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   445
	}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   446
EOF
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   447
	$CC_FOR_BUILD -o $dummy $dummy.c \
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   448
	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   449
	  && exit 0
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   450
	echo mips-mips-riscos${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   451
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   452
    Motorola:PowerMAX_OS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   453
	echo powerpc-motorola-powermax
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   454
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   455
    Motorola:*:4.3:PL8-*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   456
	echo powerpc-harris-powermax
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   457
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   458
    Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   459
	echo powerpc-harris-powermax
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   460
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   461
    Night_Hawk:Power_UNIX:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   462
	echo powerpc-harris-powerunix
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   463
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   464
    m88k:CX/UX:7*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   465
	echo m88k-harris-cxux7
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   466
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   467
    m88k:*:4*:R4*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   468
	echo m88k-motorola-sysv4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   469
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   470
    m88k:*:3*:R3*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   471
	echo m88k-motorola-sysv3
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   472
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   473
    AViiON:dgux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   474
        # DG/UX returns AViiON for all architectures
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   475
        UNAME_PROCESSOR=`/usr/bin/uname -p`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   476
	if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   477
	then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   478
	    if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   479
	       [ ${TARGET_BINARY_INTERFACE}x = x ]
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   480
	    then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   481
		echo m88k-dg-dgux${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   482
	    else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   483
		echo m88k-dg-dguxbcs${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   484
	    fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   485
	else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   486
	    echo i586-dg-dgux${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   487
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   488
 	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   489
    M88*:DolphinOS:*:*)	# DolphinOS (SVR3)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   490
	echo m88k-dolphin-sysv3
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   491
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   492
    M88*:*:R3*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   493
	# Delta 88k system running SVR3
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   494
	echo m88k-motorola-sysv3
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   495
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   496
    XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   497
	echo m88k-tektronix-sysv3
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   498
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   499
    Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   500
	echo m68k-tektronix-bsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   501
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   502
    *:IRIX*:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   503
	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   504
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   505
    ????????:AIX?:[12].1:2)   # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   506
	echo romp-ibm-aix      # uname -m gives an 8 hex-code CPU id
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   507
	exit 0 ;;              # Note that: echo "'`uname -s`'" gives 'AIX '
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   508
    i*86:AIX:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   509
	echo i386-ibm-aix
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   510
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   511
    ia64:AIX:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   512
	if [ -x /usr/bin/oslevel ] ; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   513
		IBM_REV=`/usr/bin/oslevel`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   514
	else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   515
		IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   516
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   517
	echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   518
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   519
    *:AIX:2:3)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   520
	if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   521
		eval $set_cc_for_build
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   522
		sed 's/^		//' << EOF >$dummy.c
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   523
		#include <sys/systemcfg.h>
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   524
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   525
		main()
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   526
			{
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   527
			if (!__power_pc())
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   528
				exit(1);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   529
			puts("powerpc-ibm-aix3.2.5");
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   530
			exit(0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   531
			}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   532
EOF
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   533
		$CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   534
		echo rs6000-ibm-aix3.2.5
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   535
	elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   536
		echo rs6000-ibm-aix3.2.4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   537
	else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   538
		echo rs6000-ibm-aix3.2
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   539
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   540
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   541
    *:AIX:*:[45])
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   542
	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   543
	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   544
		IBM_ARCH=rs6000
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   545
	else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   546
		IBM_ARCH=powerpc
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   547
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   548
	if [ -x /usr/bin/oslevel ] ; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   549
		IBM_REV=`/usr/bin/oslevel`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   550
	else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   551
		IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   552
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   553
	echo ${IBM_ARCH}-ibm-aix${IBM_REV}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   554
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   555
    *:AIX:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   556
	echo rs6000-ibm-aix
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   557
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   558
    ibmrt:4.4BSD:*|romp-ibm:BSD:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   559
	echo romp-ibm-bsd4.4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   560
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   561
    ibmrt:*BSD:*|romp-ibm:BSD:*)            # covers RT/PC BSD and
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   562
	echo romp-ibm-bsd${UNAME_RELEASE}   # 4.3 with uname added to
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   563
	exit 0 ;;                           # report: romp-ibm BSD 4.3
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   564
    *:BOSX:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   565
	echo rs6000-bull-bosx
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   566
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   567
    DPX/2?00:B.O.S.:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   568
	echo m68k-bull-sysv3
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   569
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   570
    9000/[34]??:4.3bsd:1.*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   571
	echo m68k-hp-bsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   572
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   573
    hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   574
	echo m68k-hp-bsd4.4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   575
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   576
    9000/[34678]??:HP-UX:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   577
	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   578
	case "${UNAME_MACHINE}" in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   579
	    9000/31? )            HP_ARCH=m68000 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   580
	    9000/[34]?? )         HP_ARCH=m68k ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   581
	    9000/[678][0-9][0-9])
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   582
		if [ -x /usr/bin/getconf ]; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   583
		    sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   584
                    sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   585
                    case "${sc_cpu_version}" in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   586
                      523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   587
                      528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   588
                      532)                      # CPU_PA_RISC2_0
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   589
                        case "${sc_kernel_bits}" in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   590
                          32) HP_ARCH="hppa2.0n" ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   591
                          64) HP_ARCH="hppa2.0w" ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   592
			  '') HP_ARCH="hppa2.0" ;;   # HP-UX 10.20
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   593
                        esac ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   594
                    esac
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   595
		fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   596
		if [ "${HP_ARCH}" = "" ]; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   597
		    eval $set_cc_for_build
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   598
		    sed 's/^              //' << EOF >$dummy.c
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   599
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   600
              #define _HPUX_SOURCE
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   601
              #include <stdlib.h>
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   602
              #include <unistd.h>
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   603
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   604
              int main ()
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   605
              {
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   606
              #if defined(_SC_KERNEL_BITS)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   607
                  long bits = sysconf(_SC_KERNEL_BITS);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   608
              #endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   609
                  long cpu  = sysconf (_SC_CPU_VERSION);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   610
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   611
                  switch (cpu)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   612
              	{
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   613
              	case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   614
              	case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   615
              	case CPU_PA_RISC2_0:
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   616
              #if defined(_SC_KERNEL_BITS)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   617
              	    switch (bits)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   618
              		{
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   619
              		case 64: puts ("hppa2.0w"); break;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   620
              		case 32: puts ("hppa2.0n"); break;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   621
              		default: puts ("hppa2.0"); break;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   622
              		} break;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   623
              #else  /* !defined(_SC_KERNEL_BITS) */
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   624
              	    puts ("hppa2.0"); break;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   625
              #endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   626
              	default: puts ("hppa1.0"); break;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   627
              	}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   628
                  exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   629
              }
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   630
EOF
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   631
		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   632
		    test -z "$HP_ARCH" && HP_ARCH=hppa
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   633
		fi ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   634
	esac
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   635
	if [ ${HP_ARCH} = "hppa2.0w" ]
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   636
	then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   637
	    # avoid double evaluation of $set_cc_for_build
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   638
	    test -n "$CC_FOR_BUILD" || eval $set_cc_for_build
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   639
	    if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   640
	    then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   641
		HP_ARCH="hppa2.0w"
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   642
	    else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   643
		HP_ARCH="hppa64"
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   644
	    fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   645
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   646
	echo ${HP_ARCH}-hp-hpux${HPUX_REV}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   647
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   648
    ia64:HP-UX:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   649
	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   650
	echo ia64-hp-hpux${HPUX_REV}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   651
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   652
    3050*:HI-UX:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   653
	eval $set_cc_for_build
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   654
	sed 's/^	//' << EOF >$dummy.c
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   655
	#include <unistd.h>
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   656
	int
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   657
	main ()
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   658
	{
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   659
	  long cpu = sysconf (_SC_CPU_VERSION);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   660
	  /* The order matters, because CPU_IS_HP_MC68K erroneously returns
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   661
	     true for CPU_PA_RISC1_0.  CPU_IS_PA_RISC returns correct
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   662
	     results, however.  */
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   663
	  if (CPU_IS_PA_RISC (cpu))
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   664
	    {
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   665
	      switch (cpu)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   666
		{
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   667
		  case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   668
		  case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   669
		  case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   670
		  default: puts ("hppa-hitachi-hiuxwe2"); break;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   671
		}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   672
	    }
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   673
	  else if (CPU_IS_HP_MC68K (cpu))
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   674
	    puts ("m68k-hitachi-hiuxwe2");
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   675
	  else puts ("unknown-hitachi-hiuxwe2");
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   676
	  exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   677
	}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   678
EOF
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   679
	$CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   680
	echo unknown-hitachi-hiuxwe2
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   681
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   682
    9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   683
	echo hppa1.1-hp-bsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   684
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   685
    9000/8??:4.3bsd:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   686
	echo hppa1.0-hp-bsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   687
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   688
    *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   689
	echo hppa1.0-hp-mpeix
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   690
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   691
    hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   692
	echo hppa1.1-hp-osf
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   693
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   694
    hp8??:OSF1:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   695
	echo hppa1.0-hp-osf
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   696
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   697
    i*86:OSF1:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   698
	if [ -x /usr/sbin/sysversion ] ; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   699
	    echo ${UNAME_MACHINE}-unknown-osf1mk
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   700
	else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   701
	    echo ${UNAME_MACHINE}-unknown-osf1
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   702
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   703
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   704
    parisc*:Lites*:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   705
	echo hppa1.1-hp-lites
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   706
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   707
    C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   708
	echo c1-convex-bsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   709
        exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   710
    C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   711
	if getsysinfo -f scalar_acc
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   712
	then echo c32-convex-bsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   713
	else echo c2-convex-bsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   714
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   715
        exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   716
    C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   717
	echo c34-convex-bsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   718
        exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   719
    C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   720
	echo c38-convex-bsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   721
        exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   722
    C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   723
	echo c4-convex-bsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   724
        exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   725
    CRAY*Y-MP:*:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   726
	echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   727
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   728
    CRAY*[A-Z]90:*:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   729
	echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   730
	| sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   731
	      -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   732
	      -e 's/\.[^.]*$/.X/'
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   733
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   734
    CRAY*TS:*:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   735
	echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   736
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   737
    CRAY*T3E:*:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   738
	echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   739
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   740
    CRAY*SV1:*:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   741
	echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   742
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   743
    *:UNICOS/mp:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   744
	echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' 
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   745
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   746
    F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   747
	FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   748
        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   749
        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   750
        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   751
        exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   752
    i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   753
	echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   754
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   755
    sparc*:BSD/OS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   756
	echo sparc-unknown-bsdi${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   757
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   758
    *:BSD/OS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   759
	echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   760
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   761
    *:FreeBSD:*:*|*:GNU/FreeBSD:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   762
	# Determine whether the default compiler uses glibc.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   763
	eval $set_cc_for_build
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   764
	sed 's/^	//' << EOF >$dummy.c
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   765
	#include <features.h>
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   766
	#if __GLIBC__ >= 2
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   767
	LIBC=gnu
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   768
	#else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   769
	LIBC=
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   770
	#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   771
EOF
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   772
	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   773
	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   774
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   775
    i*:CYGWIN*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   776
	echo ${UNAME_MACHINE}-pc-cygwin
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   777
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   778
    i*:MINGW*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   779
	echo ${UNAME_MACHINE}-pc-mingw32
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   780
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   781
    i*:PW*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   782
	echo ${UNAME_MACHINE}-pc-pw32
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   783
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   784
    x86:Interix*:[34]*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   785
	echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//'
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   786
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   787
    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   788
	echo i${UNAME_MACHINE}-pc-mks
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   789
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   790
    i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   791
	# How do we know it's Interix rather than the generic POSIX subsystem?
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   792
	# It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   793
	# UNAME_MACHINE based on the output of uname instead of i386?
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   794
	echo i586-pc-interix
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   795
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   796
    i*:UWIN*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   797
	echo ${UNAME_MACHINE}-pc-uwin
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   798
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   799
    p*:CYGWIN*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   800
	echo powerpcle-unknown-cygwin
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   801
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   802
    prep*:SunOS:5.*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   803
	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   804
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   805
    *:GNU:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   806
	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   807
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   808
    i*86:Minix:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   809
	echo ${UNAME_MACHINE}-pc-minix
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   810
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   811
    arm*:Linux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   812
	echo ${UNAME_MACHINE}-unknown-linux-gnu
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   813
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   814
    cris:Linux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   815
	echo cris-axis-linux-gnu
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   816
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   817
    ia64:Linux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   818
	echo ${UNAME_MACHINE}-${VENDOR:-unknown}-linux-gnu
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   819
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   820
    m68*:Linux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   821
	echo ${UNAME_MACHINE}-unknown-linux-gnu
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   822
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   823
    mips:Linux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   824
	eval $set_cc_for_build
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   825
	sed 's/^	//' << EOF >$dummy.c
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   826
	#undef CPU
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   827
	#undef mips
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   828
	#undef mipsel
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   829
	#if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   830
	CPU=mipsel
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   831
	#else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   832
	#if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   833
	CPU=mips
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   834
	#else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   835
	CPU=
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   836
	#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   837
	#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   838
EOF
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   839
	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   840
	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   841
	;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   842
    mips64:Linux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   843
	eval $set_cc_for_build
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   844
	sed 's/^	//' << EOF >$dummy.c
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   845
	#undef CPU
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   846
	#undef mips64
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   847
	#undef mips64el
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   848
	#if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   849
	CPU=mips64el
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   850
	#else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   851
	#if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   852
	CPU=mips64
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   853
	#else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   854
	CPU=
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   855
	#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   856
	#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   857
EOF
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   858
	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   859
	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   860
	;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   861
    ppc:Linux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   862
	echo powerpc-${VENDOR:-unknown}-linux-gnu
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   863
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   864
    ppc64:Linux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   865
	echo powerpc64-${VENDOR:-unknown}-linux-gnu
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   866
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   867
    alpha:Linux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   868
	case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   869
	  EV5)   UNAME_MACHINE=alphaev5 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   870
	  EV56)  UNAME_MACHINE=alphaev56 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   871
	  PCA56) UNAME_MACHINE=alphapca56 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   872
	  PCA57) UNAME_MACHINE=alphapca56 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   873
	  EV6)   UNAME_MACHINE=alphaev6 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   874
	  EV67)  UNAME_MACHINE=alphaev67 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   875
	  EV68*) UNAME_MACHINE=alphaev68 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   876
        esac
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   877
	objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   878
	if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   879
	echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   880
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   881
    parisc:Linux:*:* | hppa:Linux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   882
	# Look for CPU level
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   883
	case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   884
	  PA7*) echo hppa1.1-unknown-linux-gnu ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   885
	  PA8*) echo hppa2.0-unknown-linux-gnu ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   886
	  *)    echo hppa-unknown-linux-gnu ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   887
	esac
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   888
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   889
    parisc64:Linux:*:* | hppa64:Linux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   890
	echo hppa64-unknown-linux-gnu
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   891
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   892
    s390:Linux:*:* | s390x:Linux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   893
	echo ${UNAME_MACHINE}-${VENDOR:-ibm}-linux-gnu
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   894
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   895
    sh64*:Linux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   896
    	echo ${UNAME_MACHINE}-unknown-linux-gnu
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   897
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   898
    sh*:Linux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   899
	echo ${UNAME_MACHINE}-unknown-linux-gnu
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   900
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   901
    sparc:Linux:*:* | sparc64:Linux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   902
	echo ${UNAME_MACHINE}-unknown-linux-gnu
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   903
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   904
    x86_64:Linux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   905
	echo x86_64-${VENDOR:-unknown}-linux-gnu
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   906
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   907
    i*86:Linux:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   908
	# The BFD linker knows what the default object file format is, so
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   909
	# first see if it will tell us. cd to the root directory to prevent
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   910
	# problems with other programs or directories called `ld' in the path.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   911
	# Set LC_ALL=C to ensure ld outputs messages in English.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   912
	ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   913
			 | sed -ne '/supported targets:/!d
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   914
				    s/[ 	][ 	]*/ /g
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   915
				    s/.*supported targets: *//
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   916
				    s/ .*//
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   917
				    p'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   918
        case "$ld_supported_targets" in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   919
	  elf32-i386)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   920
		TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   921
		;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   922
	  a.out-i386-linux)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   923
		echo "${UNAME_MACHINE}-pc-linux-gnuaout"
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   924
		exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   925
	  coff-i386)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   926
		echo "${UNAME_MACHINE}-pc-linux-gnucoff"
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   927
		exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   928
	  "")
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   929
		# Either a pre-BFD a.out linker (linux-gnuoldld) or
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   930
		# one that does not give us useful --help.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   931
		echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   932
		exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   933
	esac
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   934
	# Determine whether the default compiler is a.out or elf
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   935
	eval $set_cc_for_build
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   936
	sed 's/^	//' << EOF >$dummy.c
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   937
	#include <features.h>
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   938
	#ifdef __ELF__
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   939
	# ifdef __GLIBC__
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   940
	#  if __GLIBC__ >= 2
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   941
	LIBC=gnu
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   942
	#  else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   943
	LIBC=gnulibc1
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   944
	#  endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   945
	# else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   946
	LIBC=gnulibc1
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   947
	# endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   948
	#else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   949
	#ifdef __INTEL_COMPILER
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   950
	LIBC=gnu
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   951
	#else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   952
	LIBC=gnuaout
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   953
	#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   954
	#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   955
EOF
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   956
	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   957
	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-${VENDOR:-pc}-linux-${LIBC}" && exit 0
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   958
	test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   959
	;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   960
    i*86:DYNIX/ptx:4*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   961
	# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   962
	# earlier versions are messed up and put the nodename in both
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   963
	# sysname and nodename.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   964
	echo i386-sequent-sysv4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   965
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   966
    i*86:UNIX_SV:4.2MP:2.*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   967
        # Unixware is an offshoot of SVR4, but it has its own version
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   968
        # number series starting with 2...
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   969
        # I am not positive that other SVR4 systems won't match this,
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   970
	# I just have to hope.  -- rms.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   971
        # Use sysv4.2uw... so that sysv4* matches it.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   972
	echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   973
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   974
    i*86:OS/2:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   975
	# If we were able to find `uname', then EMX Unix compatibility
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   976
	# is probably installed.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   977
	echo ${UNAME_MACHINE}-pc-os2-emx
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   978
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   979
    i*86:XTS-300:*:STOP)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   980
	echo ${UNAME_MACHINE}-unknown-stop
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   981
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   982
    i*86:atheos:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   983
	echo ${UNAME_MACHINE}-unknown-atheos
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   984
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   985
    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   986
	echo i386-unknown-lynxos${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   987
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   988
    i*86:*DOS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   989
	echo ${UNAME_MACHINE}-pc-msdosdjgpp
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   990
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   991
    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   992
	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   993
	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   994
		echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   995
	else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   996
		echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   997
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   998
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
   999
    i*86:*:5:[78]*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1000
	case `/bin/uname -X | grep "^Machine"` in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1001
	    *486*)	     UNAME_MACHINE=i486 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1002
	    *Pentium)	     UNAME_MACHINE=i586 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1003
	    *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1004
	esac
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1005
	echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1006
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1007
    i*86:*:3.2:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1008
	if test -f /usr/options/cb.name; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1009
		UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1010
		echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1011
	elif /bin/uname -X 2>/dev/null >/dev/null ; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1012
		UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1013
		(/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1014
		(/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1015
			&& UNAME_MACHINE=i586
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1016
		(/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1017
			&& UNAME_MACHINE=i686
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1018
		(/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1019
			&& UNAME_MACHINE=i686
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1020
		echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1021
	else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1022
		echo ${UNAME_MACHINE}-pc-sysv32
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1023
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1024
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1025
    pc:*:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1026
	# Left here for compatibility:
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1027
        # uname -m prints for DJGPP always 'pc', but it prints nothing about
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1028
        # the processor, so we play safe by assuming i386.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1029
	echo i386-pc-msdosdjgpp
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1030
        exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1031
    Intel:Mach:3*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1032
	echo i386-pc-mach3
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1033
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1034
    paragon:*:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1035
	echo i860-intel-osf1
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1036
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1037
    i860:*:4.*:*) # i860-SVR4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1038
	if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1039
	  echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1040
	else # Add other i860-SVR4 vendors below as they are discovered.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1041
	  echo i860-unknown-sysv${UNAME_RELEASE}  # Unknown i860-SVR4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1042
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1043
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1044
    mini*:CTIX:SYS*5:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1045
	# "miniframe"
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1046
	echo m68010-convergent-sysv
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1047
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1048
    mc68k:UNIX:SYSTEM5:3.51m)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1049
	echo m68k-convergent-sysv
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1050
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1051
    M680?0:D-NIX:5.3:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1052
	echo m68k-diab-dnix
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1053
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1054
    M68*:*:R3V[567]*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1055
	test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1056
    3[34]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1057
	OS_REL=''
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1058
	test -r /etc/.relid \
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1059
	&& OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1060
	/bin/uname -p 2>/dev/null | grep 86 >/dev/null \
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1061
	  && echo i486-ncr-sysv4.3${OS_REL} && exit 0
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1062
	/bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1063
	  && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1064
    3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1065
        /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1066
          && echo i486-ncr-sysv4 && exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1067
    m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1068
	echo m68k-unknown-lynxos${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1069
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1070
    mc68030:UNIX_System_V:4.*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1071
	echo m68k-atari-sysv4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1072
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1073
    TSUNAMI:LynxOS:2.*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1074
	echo sparc-unknown-lynxos${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1075
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1076
    rs6000:LynxOS:2.*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1077
	echo rs6000-unknown-lynxos${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1078
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1079
    PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1080
	echo powerpc-unknown-lynxos${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1081
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1082
    SM[BE]S:UNIX_SV:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1083
	echo mips-dde-sysv${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1084
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1085
    RM*:ReliantUNIX-*:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1086
	echo mips-sni-sysv4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1087
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1088
    RM*:SINIX-*:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1089
	echo mips-sni-sysv4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1090
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1091
    *:SINIX-*:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1092
	if uname -p 2>/dev/null >/dev/null ; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1093
		UNAME_MACHINE=`(uname -p) 2>/dev/null`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1094
		echo ${UNAME_MACHINE}-sni-sysv4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1095
	else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1096
		echo ns32k-sni-sysv
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1097
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1098
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1099
    PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1100
                      # says <[email protected]>
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1101
        echo i586-unisys-sysv4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1102
        exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1103
    *:UNIX_System_V:4*:FTX*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1104
	# From Gerald Hewes <[email protected]>.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1105
	# How about differentiating between stratus architectures? -djm
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1106
	echo hppa1.1-stratus-sysv4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1107
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1108
    *:*:*:FTX*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1109
	# From [email protected].
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1110
	echo i860-stratus-sysv4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1111
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1112
    *:VOS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1113
	# From [email protected].
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1114
	echo hppa1.1-stratus-vos
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1115
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1116
    mc68*:A/UX:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1117
	echo m68k-apple-aux${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1118
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1119
    news*:NEWS-OS:6*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1120
	echo mips-sony-newsos6
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1121
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1122
    R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1123
	if [ -d /usr/nec ]; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1124
	        echo mips-nec-sysv${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1125
	else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1126
	        echo mips-unknown-sysv${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1127
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1128
        exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1129
    BeBox:BeOS:*:*)	# BeOS running on hardware made by Be, PPC only.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1130
	echo powerpc-be-beos
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1131
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1132
    BeMac:BeOS:*:*)	# BeOS running on Mac or Mac clone, PPC only.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1133
	echo powerpc-apple-beos
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1134
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1135
    BePC:BeOS:*:*)	# BeOS running on Intel PC compatible.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1136
	echo i586-pc-beos
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1137
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1138
    SX-4:SUPER-UX:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1139
	echo sx4-nec-superux${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1140
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1141
    SX-5:SUPER-UX:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1142
	echo sx5-nec-superux${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1143
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1144
    SX-6:SUPER-UX:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1145
	echo sx6-nec-superux${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1146
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1147
    Power*:Rhapsody:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1148
	echo powerpc-apple-rhapsody${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1149
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1150
    *:Rhapsody:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1151
	echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1152
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1153
    *:Darwin:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1154
	case `uname -p` in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1155
	    *86) UNAME_PROCESSOR=i686 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1156
	    powerpc) UNAME_PROCESSOR=powerpc ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1157
	esac
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1158
	echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1159
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1160
    *:procnto*:*:* | *:QNX:[0123456789]*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1161
	UNAME_PROCESSOR=`uname -p`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1162
	if test "$UNAME_PROCESSOR" = "x86"; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1163
		UNAME_PROCESSOR=i386
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1164
		UNAME_MACHINE=pc
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1165
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1166
	echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1167
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1168
    *:QNX:*:4*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1169
	echo i386-pc-qnx
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1170
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1171
    NSR-[DGKLNPTVW]:NONSTOP_KERNEL:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1172
	echo nsr-tandem-nsk${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1173
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1174
    *:NonStop-UX:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1175
	echo mips-compaq-nonstopux
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1176
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1177
    BS2000:POSIX*:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1178
	echo bs2000-siemens-sysv
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1179
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1180
    DS/*:UNIX_System_V:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1181
	echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1182
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1183
    *:Plan9:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1184
	# "uname -m" is not consistent, so use $cputype instead. 386
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1185
	# is converted to i386 for consistency with other x86
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1186
	# operating systems.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1187
	if test "$cputype" = "386"; then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1188
	    UNAME_MACHINE=i386
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1189
	else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1190
	    UNAME_MACHINE="$cputype"
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1191
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1192
	echo ${UNAME_MACHINE}-unknown-plan9
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1193
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1194
    *:TOPS-10:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1195
	echo pdp10-unknown-tops10
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1196
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1197
    *:TENEX:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1198
	echo pdp10-unknown-tenex
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1199
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1200
    KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1201
	echo pdp10-dec-tops20
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1202
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1203
    XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1204
	echo pdp10-xkl-tops20
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1205
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1206
    *:TOPS-20:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1207
	echo pdp10-unknown-tops20
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1208
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1209
    *:ITS:*:*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1210
	echo pdp10-unknown-its
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1211
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1212
    SEI:*:*:SEIUX)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1213
        echo mips-sei-seiux${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1214
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1215
esac
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1216
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1217
#echo '(No uname command or uname output not recognized.)' 1>&2
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1218
#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1219
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1220
eval $set_cc_for_build
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1221
cat >$dummy.c <<EOF
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1222
#ifdef _SEQUENT_
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1223
# include <sys/types.h>
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1224
# include <sys/utsname.h>
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1225
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1226
main ()
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1227
{
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1228
#if defined (sony)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1229
#if defined (MIPSEB)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1230
  /* BFD wants "bsd" instead of "newsos".  Perhaps BFD should be changed,
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1231
     I don't know....  */
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1232
  printf ("mips-sony-bsd\n"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1233
#else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1234
#include <sys/param.h>
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1235
  printf ("m68k-sony-newsos%s\n",
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1236
#ifdef NEWSOS4
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1237
          "4"
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1238
#else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1239
	  ""
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1240
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1241
         ); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1242
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1243
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1244
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1245
#if defined (__arm) && defined (__acorn) && defined (__unix)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1246
  printf ("arm-acorn-riscix"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1247
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1248
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1249
#if defined (hp300) && !defined (hpux)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1250
  printf ("m68k-hp-bsd\n"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1251
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1252
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1253
#if defined (NeXT)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1254
#if !defined (__ARCHITECTURE__)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1255
#define __ARCHITECTURE__ "m68k"
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1256
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1257
  int version;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1258
  version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1259
  if (version < 4)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1260
    printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1261
  else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1262
    printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1263
  exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1264
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1265
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1266
#if defined (MULTIMAX) || defined (n16)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1267
#if defined (UMAXV)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1268
  printf ("ns32k-encore-sysv\n"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1269
#else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1270
#if defined (CMU)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1271
  printf ("ns32k-encore-mach\n"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1272
#else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1273
  printf ("ns32k-encore-bsd\n"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1274
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1275
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1276
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1277
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1278
#if defined (__386BSD__)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1279
  printf ("i386-pc-bsd\n"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1280
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1281
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1282
#if defined (sequent)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1283
#if defined (i386)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1284
  printf ("i386-sequent-dynix\n"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1285
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1286
#if defined (ns32000)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1287
  printf ("ns32k-sequent-dynix\n"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1288
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1289
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1290
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1291
#if defined (_SEQUENT_)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1292
    struct utsname un;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1293
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1294
    uname(&un);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1295
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1296
    if (strncmp(un.version, "V2", 2) == 0) {
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1297
	printf ("i386-sequent-ptx2\n"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1298
    }
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1299
    if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1300
	printf ("i386-sequent-ptx1\n"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1301
    }
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1302
    printf ("i386-sequent-ptx\n"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1303
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1304
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1305
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1306
#if defined (vax)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1307
# if !defined (ultrix)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1308
#  include <sys/param.h>
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1309
#  if defined (BSD)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1310
#   if BSD == 43
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1311
      printf ("vax-dec-bsd4.3\n"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1312
#   else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1313
#    if BSD == 199006
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1314
      printf ("vax-dec-bsd4.3reno\n"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1315
#    else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1316
      printf ("vax-dec-bsd\n"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1317
#    endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1318
#   endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1319
#  else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1320
    printf ("vax-dec-bsd\n"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1321
#  endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1322
# else
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1323
    printf ("vax-dec-ultrix\n"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1324
# endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1325
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1326
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1327
#if defined (alliant) && defined (i860)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1328
  printf ("i860-alliant-bsd\n"); exit (0);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1329
#endif
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1330
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1331
  exit (1);
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1332
}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1333
EOF
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1334
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1335
$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && $dummy && exit 0
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1336
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1337
# Apollos put the system type in the environment.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1338
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1339
test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; }
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1340
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1341
# Convex versions that predate uname can use getsysinfo(1)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1342
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1343
if [ -x /usr/convex/getsysinfo ]
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1344
then
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1345
    case `getsysinfo -f cpu_type` in
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1346
    c1*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1347
	echo c1-convex-bsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1348
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1349
    c2*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1350
	if getsysinfo -f scalar_acc
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1351
	then echo c32-convex-bsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1352
	else echo c2-convex-bsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1353
	fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1354
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1355
    c34*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1356
	echo c34-convex-bsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1357
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1358
    c38*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1359
	echo c38-convex-bsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1360
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1361
    c4*)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1362
	echo c4-convex-bsd
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1363
	exit 0 ;;
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1364
    esac
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1365
fi
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1366
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1367
cat >&2 <<EOF
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1368
$0: unable to guess system type
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1369
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1370
This script, last modified $timestamp, has failed to recognize
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1371
the operating system you are using. It is advised that you
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1372
download the most up to date version of the config scripts from
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1373
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1374
    ftp://ftp.gnu.org/pub/gnu/config/
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1375
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1376
If the version you run ($0) is already up to date, please
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1377
send the following data and any information you think might be
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1378
pertinent to <[email protected]> in order to provide the needed
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1379
information to handle your system.
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1380
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1381
config.guess timestamp = $timestamp
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1382
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1383
uname -m = `(uname -m) 2>/dev/null || echo unknown`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1384
uname -r = `(uname -r) 2>/dev/null || echo unknown`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1385
uname -s = `(uname -s) 2>/dev/null || echo unknown`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1386
uname -v = `(uname -v) 2>/dev/null || echo unknown`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1387
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1388
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1389
/bin/uname -X     = `(/bin/uname -X) 2>/dev/null`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1390
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1391
hostinfo               = `(hostinfo) 2>/dev/null`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1392
/bin/universe          = `(/bin/universe) 2>/dev/null`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1393
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1394
/bin/arch              = `(/bin/arch) 2>/dev/null`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1395
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1396
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1397
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1398
UNAME_MACHINE = ${UNAME_MACHINE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1399
UNAME_RELEASE = ${UNAME_RELEASE}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1400
UNAME_SYSTEM  = ${UNAME_SYSTEM}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1401
UNAME_VERSION = ${UNAME_VERSION}
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1402
EOF
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1403
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1404
exit 1
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1405
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1406
# Local variables:
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1407
# eval: (add-hook 'write-file-hooks 'time-stamp)
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1408
# time-stamp-start: "timestamp='"
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1409
# time-stamp-format: "%:y-%02m-%02d"
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1410
# time-stamp-end: "'"
c6afe0d6b651 6727043 Move winsysck to open source tree
Jay Cotton <Jay.Cotton@Sun.COM>
parents:
diff changeset
  1411
# End: