~ubuntu-branches/ubuntu/intrepid/upstart/intrepid

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2007-10-28 10:51:59 UTC
  • mfrom: (1.1.10 upstream) (16.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20071028105159-x9pypymnb3kigxo7
Tags: 0.3.9-1
* New upstream release:
  - many bug fixes.

* Update reference to "edgy" in README.Debian to "hardy".  LP: #140037.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5
5
#   Inc.
6
6
 
7
 
timestamp='2006-07-02'
 
7
timestamp='2007-03-06'
8
8
 
9
9
# This file is free software; you can redistribute it and/or modify it
10
10
# under the terms of the GNU General Public License as published by
161
161
            arm*) machine=arm-unknown ;;
162
162
            sh3el) machine=shl-unknown ;;
163
163
            sh3eb) machine=sh-unknown ;;
 
164
            sh5el) machine=sh5le-unknown ;;
164
165
            *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
165
166
        esac
166
167
        # The Operating System including object format, if it has switched
780
781
    i*:CYGWIN*:*)
781
782
        echo ${UNAME_MACHINE}-pc-cygwin
782
783
        exit ;;
783
 
    i*:MINGW*:*)
 
784
    *:MINGW*:*)
784
785
        echo ${UNAME_MACHINE}-pc-mingw32
785
786
        exit ;;
786
787
    i*:windows32*:*)
790
791
    i*:PW*:*)
791
792
        echo ${UNAME_MACHINE}-pc-pw32
792
793
        exit ;;
793
 
    x86:Interix*:[3456]*)
794
 
        echo i586-pc-interix${UNAME_RELEASE}
795
 
        exit ;;
796
 
    EM64T:Interix*:[3456]*)
797
 
        echo x86_64-unknown-interix${UNAME_RELEASE}
798
 
        exit ;;
 
794
    *:Interix*:[3456]*)
 
795
        case ${UNAME_MACHINE} in
 
796
            x86) 
 
797
                echo i586-pc-interix${UNAME_RELEASE}
 
798
                exit ;;
 
799
            EM64T | authenticamd)
 
800
                echo x86_64-unknown-interix${UNAME_RELEASE}
 
801
                exit ;;
 
802
        esac ;;
799
803
    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
800
804
        echo i${UNAME_MACHINE}-pc-mks
801
805
        exit ;;
950
954
    x86_64:Linux:*:*)
951
955
        echo x86_64-unknown-linux-gnu
952
956
        exit ;;
 
957
    xtensa:Linux:*:*)
 
958
        echo xtensa-unknown-linux-gnu
 
959
        exit ;;
953
960
    i*86:Linux:*:*)
954
961
        # The BFD linker knows what the default object file format is, so
955
962
        # first see if it will tell us. cd to the root directory to prevent
1208
1215
    SX-6:SUPER-UX:*:*)
1209
1216
        echo sx6-nec-superux${UNAME_RELEASE}
1210
1217
        exit ;;
 
1218
    SX-7:SUPER-UX:*:*)
 
1219
        echo sx7-nec-superux${UNAME_RELEASE}
 
1220
        exit ;;
 
1221
    SX-8:SUPER-UX:*:*)
 
1222
        echo sx8-nec-superux${UNAME_RELEASE}
 
1223
        exit ;;
 
1224
    SX-8R:SUPER-UX:*:*)
 
1225
        echo sx8r-nec-superux${UNAME_RELEASE}
 
1226
        exit ;;
1211
1227
    Power*:Rhapsody:*:*)
1212
1228
        echo powerpc-apple-rhapsody${UNAME_RELEASE}
1213
1229
        exit ;;