~ubuntu-branches/ubuntu/precise/libdebian-installer/precise-proposed

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2007-10-20 03:34:24 UTC
  • Revision ID: james.westby@ubuntu.com-20071020033424-2wa0awrt1uc0h9ud
Tags: 0.53
* Remove compatibility with ancient dpkg-architecture; build-depend on
  newer dpkg-dev instead.
* archdetect: Add the powerpc/cell platform.

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='2007-03-06'
 
7
timestamp='2007-07-22'
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
330
330
    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
331
331
        echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
332
332
        exit ;;
333
 
    i86pc:SunOS:5.*:*)
 
333
    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
334
334
        echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
335
335
        exit ;;
336
336
    sun4*:SunOS:6*:*)
793
793
        exit ;;
794
794
    *:Interix*:[3456]*)
795
795
        case ${UNAME_MACHINE} in
796
 
            x86) 
 
796
            x86)
797
797
                echo i586-pc-interix${UNAME_RELEASE}
798
798
                exit ;;
799
799
            EM64T | authenticamd)