~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002110857

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-06-17 17:17:28 UTC
  • mfrom: (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20090617171728-61dkl7w5fgn7ybdq
Tags: upstream-1.5.20
Import upstream version 1.5.20

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='2007-03-06'
 
7
timestamp='2006-07-02'
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 ;;
165
164
            *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
166
165
        esac
167
166
        # The Operating System including object format, if it has switched
781
780
    i*:CYGWIN*:*)
782
781
        echo ${UNAME_MACHINE}-pc-cygwin
783
782
        exit ;;
784
 
    *:MINGW*:*)
 
783
    i*:MINGW*:*)
785
784
        echo ${UNAME_MACHINE}-pc-mingw32
786
785
        exit ;;
787
786
    i*:windows32*:*)
791
790
    i*:PW*:*)
792
791
        echo ${UNAME_MACHINE}-pc-pw32
793
792
        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 ;;
 
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 ;;
803
799
    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
804
800
        echo i${UNAME_MACHINE}-pc-mks
805
801
        exit ;;
954
950
    x86_64:Linux:*:*)
955
951
        echo x86_64-unknown-linux-gnu
956
952
        exit ;;
957
 
    xtensa:Linux:*:*)
958
 
        echo xtensa-unknown-linux-gnu
959
 
        exit ;;
960
953
    i*86:Linux:*:*)
961
954
        # The BFD linker knows what the default object file format is, so
962
955
        # first see if it will tell us. cd to the root directory to prevent
1215
1208
    SX-6:SUPER-UX:*:*)
1216
1209
        echo sx6-nec-superux${UNAME_RELEASE}
1217
1210
        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 ;;
1227
1211
    Power*:Rhapsody:*:*)
1228
1212
        echo powerpc-apple-rhapsody${UNAME_RELEASE}
1229
1213
        exit ;;