~ubuntu-branches/ubuntu/karmic/farsight2/karmic

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2009-05-29 12:20:24 UTC
  • mfrom: (1.1.4 upstream) (2.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090529122024-w0uzozcjda8zsul7
Tags: 0.0.12-1
New Upstream Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
5
5
#   Free Software Foundation, Inc.
6
6
 
7
 
timestamp='2008-01-23'
 
7
timestamp='2008-09-28'
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
813
813
            x86)
814
814
                echo i586-pc-interix${UNAME_RELEASE}
815
815
                exit ;;
816
 
            EM64T | authenticamd)
 
816
            EM64T | authenticamd | genuineintel)
817
817
                echo x86_64-unknown-interix${UNAME_RELEASE}
818
818
                exit ;;
819
819
            IA64)
952
952
        if test "$?" = 0 ; then LIBC="gnulibc1" ; fi
953
953
        echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
954
954
        exit ;;
 
955
    padre:Linux:*:*)
 
956
        echo sparc-unknown-linux-gnu
 
957
        exit ;;
955
958
    parisc:Linux:*:* | hppa:Linux:*:*)
956
959
        # Look for CPU level
957
960
        case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
1002
1005
          a.out-i386-linux)
1003
1006
                echo "${UNAME_MACHINE}-pc-linux-${LIBC}aout"
1004
1007
                exit ;;
1005
 
          coff-i386)
1006
 
                echo "${UNAME_MACHINE}-pc-linux-${LIBC}coff"
1007
 
                exit ;;
1008
1008
          "")
1009
1009
                # Either a pre-BFD a.out linker (linux-gnuoldld) or
1010
1010
                # one that does not give us useful --help.
1235
1235
    BePC:BeOS:*:*)      # BeOS running on Intel PC compatible.
1236
1236
        echo i586-pc-beos
1237
1237
        exit ;;
 
1238
    BePC:Haiku:*:*)     # Haiku running on Intel PC compatible.
 
1239
        echo i586-pc-haiku
 
1240
        exit ;;
1238
1241
    SX-4:SUPER-UX:*:*)
1239
1242
        echo sx4-nec-superux${UNAME_RELEASE}
1240
1243
        exit ;;