~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Arnold D. Robbins
  • Date: 2010-07-16 11:47:02 UTC
  • Revision ID: git-v1:315bd501ca696bc3e3c938b4604d8dac7a6f512f
Tags: gawk-3.1.5
Move to gawk 3.1.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Attempt to guess a canonical system name.
3
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
 
#   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
4
#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
5
5
 
6
 
timestamp='2004-06-24'
 
6
timestamp='2005-02-10'
7
7
 
8
8
# This file is free software; you can redistribute it and/or modify it
9
9
# under the terms of the GNU General Public License as published by
17
17
#
18
18
# You should have received a copy of the GNU General Public License
19
19
# along with this program; if not, write to the Free Software
20
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
20
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21
21
#
22
22
# As a special exception to the GNU General Public License, if you
23
23
# distribute this file as part of a program that contains a
53
53
GNU config.guess ($timestamp)
54
54
 
55
55
Originally written by Per Bothner.
56
 
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
 
56
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
57
57
Free Software Foundation, Inc.
58
58
 
59
59
This is free software; see the source for copying conditions.  There is NO
203
203
    amiga:OpenBSD:*:*)
204
204
        echo m68k-unknown-openbsd${UNAME_RELEASE}
205
205
        exit 0 ;;
206
 
    arc:OpenBSD:*:*)
207
 
        echo mipsel-unknown-openbsd${UNAME_RELEASE}
208
 
        exit 0 ;;
209
206
    cats:OpenBSD:*:*)
210
207
        echo arm-unknown-openbsd${UNAME_RELEASE}
211
208
        exit 0 ;;
230
227
    mvmeppc:OpenBSD:*:*)
231
228
        echo powerpc-unknown-openbsd${UNAME_RELEASE}
232
229
        exit 0 ;;
233
 
    pmax:OpenBSD:*:*)
234
 
        echo mipsel-unknown-openbsd${UNAME_RELEASE}
235
 
        exit 0 ;;
236
230
    sgi:OpenBSD:*:*)
237
 
        echo mipseb-unknown-openbsd${UNAME_RELEASE}
 
231
        echo mips64-unknown-openbsd${UNAME_RELEASE}
238
232
        exit 0 ;;
239
233
    sun3:OpenBSD:*:*)
240
234
        echo m68k-unknown-openbsd${UNAME_RELEASE}
241
235
        exit 0 ;;
242
 
    wgrisc:OpenBSD:*:*)
243
 
        echo mipsel-unknown-openbsd${UNAME_RELEASE}
244
 
        exit 0 ;;
245
236
    *:OpenBSD:*:*)
246
237
        echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
247
238
        exit 0 ;;
328
319
    *:OS/390:*:*)
329
320
        echo i370-ibm-openedition
330
321
        exit 0 ;;
 
322
    *:z/VM:*:*)
 
323
        echo s390-ibm-zvmoe
 
324
        exit 0 ;;
331
325
    *:OS400:*:*)
332
326
        echo powerpc-ibm-os400
333
327
        exit 0 ;;
351
345
    DRS?6000:unix:4.0:6*)
352
346
        echo sparc-icl-nx6
353
347
        exit 0 ;;
354
 
    DRS?6000:UNIX_SV:4.2*:7*)
 
348
    DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
355
349
        case `/usr/bin/uname -p` in
356
350
            sparc) echo sparc-icl-nx7 && exit 0 ;;
357
351
        esac ;;
810
804
    i*:UWIN*:*)
811
805
        echo ${UNAME_MACHINE}-pc-uwin
812
806
        exit 0 ;;
 
807
    amd64:CYGWIN*:*:*)
 
808
        echo x86_64-unknown-cygwin
 
809
        exit 0 ;;
813
810
    p*:CYGWIN*:*)
814
811
        echo powerpcle-unknown-cygwin
815
812
        exit 0 ;;
833
830
    cris:Linux:*:*)
834
831
        echo cris-axis-linux-gnu
835
832
        exit 0 ;;
 
833
    crisv32:Linux:*:*)
 
834
        echo crisv32-axis-linux-gnu
 
835
        exit 0 ;;
 
836
    frv:Linux:*:*)
 
837
        echo frv-unknown-linux-gnu
 
838
        exit 0 ;;
836
839
    ia64:Linux:*:*)
837
840
        echo ${UNAME_MACHINE}-unknown-linux-gnu
838
841
        exit 0 ;;
1081
1084
        exit 0 ;;
1082
1085
    M68*:*:R3V[5678]*:*)
1083
1086
        test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
1084
 
    3[345]??:*: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)
 
1087
    3[345]??:*: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 | S7501*:*:4.0:3.0)
1085
1088
        OS_REL=''
1086
1089
        test -r /etc/.relid \
1087
1090
        && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
1179
1182
        echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
1180
1183
        exit 0 ;;
1181
1184
    *:Darwin:*:*)
1182
 
        case `uname -p` in
 
1185
        UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
 
1186
        case $UNAME_PROCESSOR in
1183
1187
            *86) UNAME_PROCESSOR=i686 ;;
1184
 
            powerpc) UNAME_PROCESSOR=powerpc ;;
 
1188
            unknown) UNAME_PROCESSOR=powerpc ;;
1185
1189
        esac
1186
1190
        echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1187
1191
        exit 0 ;;
1196
1200
    *:QNX:*:4*)
1197
1201
        echo i386-pc-qnx
1198
1202
        exit 0 ;;
 
1203
    NSE-?:NONSTOP_KERNEL:*:*)
 
1204
        echo nse-tandem-nsk${UNAME_RELEASE}
 
1205
        exit 0 ;;
1199
1206
    NSR-?:NONSTOP_KERNEL:*:*)
1200
1207
        echo nsr-tandem-nsk${UNAME_RELEASE}
1201
1208
        exit 0 ;;
1249
1256
            A*) echo alpha-dec-vms && exit 0 ;;
1250
1257
            I*) echo ia64-dec-vms && exit 0 ;;
1251
1258
            V*) echo vax-dec-vms && exit 0 ;;
1252
 
        esac
 
1259
        esac ;;
 
1260
    *:XENIX:*:SysV)
 
1261
        echo i386-pc-xenix
 
1262
        exit 0 ;;
1253
1263
esac
1254
1264
 
1255
1265
#echo '(No uname command or uname output not recognized.)' 1>&2