~james-page/ubuntu/precise/openmpi1.5/new

« back to all changes in this revision

Viewing changes to opal/libltdl/config/config.guess

  • Committer: Bazaar Package Importer
  • Author(s): Manuel Prinz
  • Date: 2009-04-23 14:01:21 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090423140121-vsi3pqa6g30j4qiy
Tags: 1.3.2-1
* New upstream release. (Closes: #520597, #515116)
  - Manpage and VampirTrace patches removed, included upstream.
* Fixed build issues on Alpha. Huge thanks to Arthur Loiret for providing
  access to his machines for testing! (Closes: #510845, #517543)
* Fixed build issues on Sparc. (Closes: #519725)
* Fixed manpage-has-errors-from-man lintian warnings.
* Faked SONAME change by renaming library package. (Closes: #512616)
* Made libopenmpi-dev depend on libibverbs-dev. (Closes: #522153)
* Support for "nocheck" build option in debian/rules.
* Updated Standards-Version in debian/control.
* Changed section of libopenmpi-dbg to "debug".
* Updated debian/copyright.

* Dirk Eddelbuettel removed himself from Uploaders. The team thanks Dirk
  for his long-term contribution and effort to get Open MPI back to life.
  I personally thank Dirk for encouraging me to become a Debian Developer
  and his support and mentoring on that way and beyond.

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-12-19'
 
7
timestamp='2009-02-03'
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
1115
1115
    pc:*:*:*)
1116
1116
        # Left here for compatibility:
1117
1117
        # uname -m prints for DJGPP always 'pc', but it prints nothing about
1118
 
        # the processor, so we play safe by assuming i386.
1119
 
        echo i386-pc-msdosdjgpp
 
1118
        # the processor, so we play safe by assuming i586.
 
1119
        # Note: whatever this is, it MUST be the same as what config.sub
 
1120
        # prints for the "djgpp" host, or else GDB configury will decide that
 
1121
        # this is a cross-build.
 
1122
        echo i586-pc-msdosdjgpp
1120
1123
        exit ;;
1121
1124
    Intel:Mach:3*:*)
1122
1125
        echo i386-pc-mach3
1350
1353
    i*86:rdos:*:*)
1351
1354
        echo ${UNAME_MACHINE}-pc-rdos
1352
1355
        exit ;;
 
1356
    i*86:AROS:*:*)
 
1357
        echo ${UNAME_MACHINE}-pc-aros
 
1358
        exit ;;
1353
1359
esac
1354
1360
 
1355
1361
#echo '(No uname command or uname output not recognized.)' 1>&2