~ubuntu-branches/ubuntu/quantal/libgc/quantal

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2011-02-19 12:19:56 UTC
  • mfrom: (1.3.2 upstream) (0.1.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110219121956-67rb69xlt5nud3v2
Tags: 1:7.1-5
Upload to unstable

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='2006-06-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
211
211
        echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
212
212
        exit ;;
213
213
    macppc:MirBSD:*:*)
214
 
        echo powerpc-unknown-mirbsd${UNAME_RELEASE}
 
214
        echo powerppc-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*:[3456]*)
 
793
    x86:Interix*:[345]*)
794
794
        echo i586-pc-interix${UNAME_RELEASE}
795
795
        exit ;;
796
 
    EM64T:Interix*:[3456]*)
 
796
    EM64T:Interix*:[345]*)
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:*)