~ubuntu-branches/ubuntu/hardy/gnupg2/hardy

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia, Michael Bienia, Kees Cook
  • Date: 2006-12-07 00:28:23 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207002823-0i7ittrpmsm1nv0i
Tags: 2.0.1-0ubuntu1
[ Michael Bienia ]
* New upstream version.
* Remaining changes:
  - Remove libpcsclite-dev, libopensc2-dev build dependencies (they are in
    universe).
* g10/encr-data.c: remotely controllable function pointer (CVE-2006-6235)
* debian/control: add libcurl3-gnutls-dev to build-depends 
  (Closes Ubuntu: #62864)

[ Kees Cook ]
* debian/rules: include doc/ files as done with gnupg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Attempt to guess a canonical system name.
3
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
 
#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5
 
#   Inc.
 
4
#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
6
5
 
7
 
timestamp='2006-07-02'
 
6
timestamp='2006-02-23'
8
7
 
9
8
# This file is free software; you can redistribute it and/or modify it
10
9
# under the terms of the GNU General Public License as published by
211
210
        echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
212
211
        exit ;;
213
212
    macppc:MirBSD:*:*)
214
 
        echo powerpc-unknown-mirbsd${UNAME_RELEASE}
 
213
        echo powerppc-unknown-mirbsd${UNAME_RELEASE}
215
214
        exit ;;
216
215
    *:MirBSD:*:*)
217
216
        echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
771
770
        case ${UNAME_MACHINE} in
772
771
            pc98)
773
772
                echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
774
 
            amd64)
775
 
                echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
776
773
            *)
777
774
                echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
778
775
        esac
783
780
    i*:MINGW*:*)
784
781
        echo ${UNAME_MACHINE}-pc-mingw32
785
782
        exit ;;
 
783
    i*:MSYS_NT-*:*:*)
 
784
        echo ${UNAME_MACHINE}-pc-mingw32
 
785
        exit ;;
786
786
    i*:windows32*:*)
787
787
        # uname -m includes "-pc" on this system.
788
788
        echo ${UNAME_MACHINE}-mingw32
790
790
    i*:PW*:*)
791
791
        echo ${UNAME_MACHINE}-pc-pw32
792
792
        exit ;;
793
 
    x86:Interix*:[3456]*)
 
793
    x86:Interix*:[345]*)
794
794
        echo i586-pc-interix${UNAME_RELEASE}
795
795
        exit ;;
796
 
    EM64T:Interix*:[3456]*)
 
796
    EM64T:Interix*:[345]*)
797
797
        echo x86_64-unknown-interix${UNAME_RELEASE}
798
798
        exit ;;
799
799
    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
831
831
    arm*:Linux:*:*)
832
832
        echo ${UNAME_MACHINE}-unknown-linux-gnu
833
833
        exit ;;
834
 
    avr32*:Linux:*:*)
835
 
        echo ${UNAME_MACHINE}-unknown-linux-gnu
836
 
        exit ;;
837
834
    cris:Linux:*:*)
838
835
        echo cris-axis-linux-gnu
839
836
        exit ;;
992
989
        LIBC=gnulibc1
993
990
        # endif
994
991
        #else
995
 
        #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
 
992
        #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun)
996
993
        LIBC=gnu
997
994
        #else
998
995
        LIBC=gnuaout