~ubuntu-branches/ubuntu/intrepid/lynx-cur/intrepid

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2006-10-13 09:48:33 UTC
  • mfrom: (1.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061013094833-ip3n5me59lbsles4
Tags: 2.8.7dev1-1
New Upstream Release.

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-04-26'
 
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
211
211
        echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
212
212
        exit ;;
213
213
    macppc:MirBSD:*:*)
214
 
        echo powerppc-unknown-mirbsd${UNAME_RELEASE}
 
214
        echo powerpc-unknown-mirbsd${UNAME_RELEASE}
215
215
        exit ;;
216
216
    *:MirBSD:*:*)
217
217
        echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
790
790
    i*:PW*:*)
791
791
        echo ${UNAME_MACHINE}-pc-pw32
792
792
        exit ;;
793
 
    x86:Interix*:[345]*)
 
793
    x86:Interix*:[3456]*)
794
794
        echo i586-pc-interix${UNAME_RELEASE}
795
795
        exit ;;
796
 
    EM64T:Interix*:[345]*)
 
796
    EM64T:Interix*:[3456]*)
797
797
        echo x86_64-unknown-interix${UNAME_RELEASE}
798
798
        exit ;;
799
799
    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
831
831
    arm*:Linux:*:*)
832
832
        echo ${UNAME_MACHINE}-unknown-linux-gnu
833
833
        exit ;;
 
834
    avr32*:Linux:*:*)
 
835
        echo ${UNAME_MACHINE}-unknown-linux-gnu
 
836
        exit ;;
834
837
    cris:Linux:*:*)
835
838
        echo cris-axis-linux-gnu
836
839
        exit ;;