~ubuntu-branches/ubuntu/edgy/libcdk5/edgy

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2005-08-13 18:01:16 UTC
  • Revision ID: james.westby@ubuntu.com-20050813180116-7ocmcybv3cyrrc2x
Tags: 5.0.20050424-2
Call ./configure properly even if not executable.  Closes: #322977.

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-11-12'
 
6
timestamp='2005-04-22'
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
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
804
804
    i*:UWIN*:*)
805
805
        echo ${UNAME_MACHINE}-pc-uwin
806
806
        exit 0 ;;
 
807
    amd64:CYGWIN*:*:*)
 
808
        echo x86_64-unknown-cygwin
 
809
        exit 0 ;;
807
810
    p*:CYGWIN*:*)
808
811
        echo powerpcle-unknown-cygwin
809
812
        exit 0 ;;
1137
1140
        # From seanf@swdc.stratus.com.
1138
1141
        echo i860-stratus-sysv4
1139
1142
        exit 0 ;;
 
1143
    i*86:VOS:*:*)
 
1144
        # From Paul.Green@stratus.com.
 
1145
        echo ${UNAME_MACHINE}-stratus-vos
 
1146
        exit 0 ;;
1140
1147
    *:VOS:*:*)
1141
1148
        # From Paul.Green@stratus.com.
1142
1149
        echo hppa1.1-stratus-vos
1197
1204
    *:QNX:*:4*)
1198
1205
        echo i386-pc-qnx
1199
1206
        exit 0 ;;
 
1207
    NSE-?:NONSTOP_KERNEL:*:*)
 
1208
        echo nse-tandem-nsk${UNAME_RELEASE}
 
1209
        exit 0 ;;
1200
1210
    NSR-?:NONSTOP_KERNEL:*:*)
1201
1211
        echo nsr-tandem-nsk${UNAME_RELEASE}
1202
1212
        exit 0 ;;
1413
1423
the operating system you are using. It is advised that you
1414
1424
download the most up to date version of the config scripts from
1415
1425
 
1416
 
    ftp://ftp.gnu.org/pub/gnu/config/
 
1426
  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
 
1427
and
 
1428
  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
1417
1429
 
1418
1430
If the version you run ($0) is already up to date, please
1419
1431
send the following data and any information you think might be