~ubuntu-branches/ubuntu/hardy/libgdiplus/hardy

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2007-12-18 13:08:10 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218130810-hlmitxfddf6h511j
Tags: 1.2.6-1ubuntu1
* Sync with Debian:
  - debian/control:
    + Add lpia and sparc to the architectures. We support them.
    + Change Maintainer to Ubuntu Mono Team.

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-05-13'
 
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
221
221
        echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
222
222
        exit ;;
223
223
    macppc:MirBSD:*:*)
224
 
        echo powerppc-unknown-mirbsd${UNAME_RELEASE}
 
224
        echo powerpc-unknown-mirbsd${UNAME_RELEASE}
225
225
        exit ;;
226
226
    *:MirBSD:*:*)
227
227
        echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
800
800
    i*:PW*:*)
801
801
        echo ${UNAME_MACHINE}-pc-pw32
802
802
        exit ;;
803
 
    x86:Interix*:[345]*)
 
803
    x86:Interix*:[3456]*)
804
804
        echo i586-pc-interix${UNAME_RELEASE}
805
805
        exit ;;
806
 
    EM64T:Interix*:[345]*)
 
806
    EM64T:Interix*:[3456]*)
807
807
        echo x86_64-unknown-interix${UNAME_RELEASE}
808
808
        exit ;;
809
809
    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
841
841
    arm*:Linux:*:*)
842
842
        echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu
843
843
        exit ;;
 
844
    avr32*:Linux:*:*)
 
845
        echo ${UNAME_MACHINE}-unknown-linux-gnu
 
846
        exit ;;
844
847
    cris:Linux:*:*)
845
848
        echo cris-axis-linux-gnu
846
849
        exit ;;