~ubuntu-branches/ubuntu/lucid/xfce4-mixer/lucid

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-03-01 20:57:17 UTC
  • mfrom: (3.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20090301205717-p407q28ohju2cam0
Tags: 1:4.6.0-1ubuntu1
* Merge Xfce 4.6.0 final with Debian experimental, remaining Ubuntu changes:
  - reintroduce epoch
  - debian/control: use our Vcs-* fields.

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-11-15'
 
7
timestamp='2008-01-23'
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
331
331
        echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
332
332
        exit ;;
333
333
    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
334
 
        eval $set_cc_for_build
335
 
        SUN_ARCH="i386"
336
 
        # If there is a compiler, see if it is configured for 64-bit objects.
337
 
        # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
338
 
        # This test works for both compilers.
339
 
        if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
340
 
            if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
341
 
                (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
342
 
                grep IS_64BIT_ARCH >/dev/null
343
 
            then
344
 
                SUN_ARCH="x86_64"
345
 
            fi
346
 
        fi
347
 
        echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 
334
        echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
348
335
        exit ;;
349
336
    sun4*:SunOS:6*:*)
350
337
        # According to config.sub, this is the proper way to canonicalize
809
796
            x86)
810
797
                echo i586-pc-interix${UNAME_RELEASE}
811
798
                exit ;;
812
 
            EM64T | authenticamd | genuineintel)
 
799
            EM64T | authenticamd)
813
800
                echo x86_64-unknown-interix${UNAME_RELEASE}
814
801
                exit ;;
815
802
            IA64)
948
935
        if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
949
936
        echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
950
937
        exit ;;
951
 
    padre:Linux:*:*)
952
 
        echo sparc-unknown-linux-gnu
953
 
        exit ;;
954
938
    parisc:Linux:*:* | hppa:Linux:*:*)
955
939
        # Look for CPU level
956
940
        case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
1001
985
          a.out-i386-linux)
1002
986
                echo "${UNAME_MACHINE}-pc-linux-gnuaout"
1003
987
                exit ;;
 
988
          coff-i386)
 
989
                echo "${UNAME_MACHINE}-pc-linux-gnucoff"
 
990
                exit ;;
1004
991
          "")
1005
992
                # Either a pre-BFD a.out linker (linux-gnuoldld) or
1006
993
                # one that does not give us useful --help.
1229
1216
    BePC:BeOS:*:*)      # BeOS running on Intel PC compatible.
1230
1217
        echo i586-pc-beos
1231
1218
        exit ;;
1232
 
    BePC:Haiku:*:*)     # Haiku running on Intel PC compatible.
1233
 
        echo i586-pc-haiku
1234
 
        exit ;;
1235
1219
    SX-4:SUPER-UX:*:*)
1236
1220
        echo sx4-nec-superux${UNAME_RELEASE}
1237
1221
        exit ;;