~ubuntu-branches/ubuntu/precise/atk1.0/precise

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2012-03-07 09:14:51 UTC
  • mfrom: (1.2.41)
  • Revision ID: package-import@ubuntu.com-20120307091451-lvrxjpc5wy2okfyt
Tags: 2.3.91-0ubuntu1
* New upstream release
  - Bug 665549: add sanity-check of atk_text_get_text
  - Bug 668441: atk_action_get_keybinding docs are confusing and need
    updating
  - Using abstract atk_object_get_name to check accessible-name
    notification
  - Updated Belarusian, Estonian, Hungarian, Turkish, Norwegian,
    Ukranian and Uyghur translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Attempt to guess a canonical system name.
3
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5
 
#   2011 Free Software Foundation, Inc.
 
5
#   2011, 2012 Free Software Foundation, Inc.
6
6
 
7
 
timestamp='2011-05-11'
 
7
timestamp='2012-01-01'
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
57
57
 
58
58
Originally written by Per Bothner.
59
59
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
60
 
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
61
 
Software Foundation, Inc.
 
60
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
 
61
Free Software Foundation, Inc.
62
62
 
63
63
This is free software; see the source for copying conditions.  There is NO
64
64
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
145
145
case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
146
146
    *:NetBSD:*:*)
147
147
        # NetBSD (nbsd) targets should (where applicable) match one or
148
 
        # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
 
148
        # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
149
149
        # *-*-netbsdecoff* and *-*-netbsd*.  For targets that recently
150
150
        # switched to ELF, *-*-netbsd* would select the old
151
151
        # object file format.  This provides both forward
792
792
        echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
793
793
        exit ;;
794
794
    *:FreeBSD:*:*)
795
 
        case ${UNAME_MACHINE} in
796
 
            pc98)
797
 
                echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
 
795
        UNAME_PROCESSOR=`/usr/bin/uname -p`
 
796
        case ${UNAME_PROCESSOR} in
798
797
            amd64)
799
798
                echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
800
799
            *)
801
 
                echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
 
800
                echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
802
801
        esac
803
802
        exit ;;
804
803
    i*:CYGWIN*:*)
807
806
    *:MINGW*:*)
808
807
        echo ${UNAME_MACHINE}-pc-mingw32
809
808
        exit ;;
 
809
    i*:MSYS*:*)
 
810
        echo ${UNAME_MACHINE}-pc-msys
 
811
        exit ;;
810
812
    i*:windows32*:*)
811
813
        # uname -m includes "-pc" on this system.
812
814
        echo ${UNAME_MACHINE}-mingw32
895
897
        echo ${UNAME_MACHINE}-unknown-linux-gnu
896
898
        exit ;;
897
899
    cris:Linux:*:*)
898
 
        echo cris-axis-linux-gnu
 
900
        echo ${UNAME_MACHINE}-axis-linux-gnu
899
901
        exit ;;
900
902
    crisv32:Linux:*:*)
901
 
        echo crisv32-axis-linux-gnu
 
903
        echo ${UNAME_MACHINE}-axis-linux-gnu
902
904
        exit ;;
903
905
    frv:Linux:*:*)
904
 
        echo frv-unknown-linux-gnu
 
906
        echo ${UNAME_MACHINE}-unknown-linux-gnu
 
907
        exit ;;
 
908
    hexagon:Linux:*:*)
 
909
        echo ${UNAME_MACHINE}-unknown-linux-gnu
905
910
        exit ;;
906
911
    i*86:Linux:*:*)
907
912
        LIBC=gnu
943
948
        test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
944
949
        ;;
945
950
    or32:Linux:*:*)
946
 
        echo or32-unknown-linux-gnu
 
951
        echo ${UNAME_MACHINE}-unknown-linux-gnu
947
952
        exit ;;
948
953
    padre:Linux:*:*)
949
954
        echo sparc-unknown-linux-gnu
978
983
        echo ${UNAME_MACHINE}-unknown-linux-gnu
979
984
        exit ;;
980
985
    tile*:Linux:*:*)
981
 
        echo ${UNAME_MACHINE}-tilera-linux-gnu
 
986
        echo ${UNAME_MACHINE}-unknown-linux-gnu
982
987
        exit ;;
983
988
    vax:Linux:*:*)
984
989
        echo ${UNAME_MACHINE}-dec-linux-gnu
985
990
        exit ;;
986
991
    x86_64:Linux:*:*)
987
 
        echo x86_64-unknown-linux-gnu
 
992
        echo ${UNAME_MACHINE}-unknown-linux-gnu
988
993
        exit ;;
989
994
    xtensa*:Linux:*:*)
990
995
        echo ${UNAME_MACHINE}-unknown-linux-gnu