~ubuntu-branches/ubuntu/trusty/brasero/trusty-proposed

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Package Import Robot
  • Author(s): Matthew Fischer
  • Date: 2013-05-26 13:21:27 UTC
  • mfrom: (1.1.56)
  • Revision ID: package-import@ubuntu.com-20130526132127-08owtdhxzr4s6hms
Tags: 3.8.0-0ubuntu1
* New upstream release (LP: #1184409)
  - Documentation fixes
  - Translation updates
  - Add a question mark to a question
  - Support notification filtering
  - Remove nonexisting options from the man page
  - Fix while loop in `brasero_libisofs_write_image_to_fd_thread
* Refreshed patches
* 99_fix-mp3-projects.patch: Removed, already applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Attempt to guess a canonical system name.
3
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5
 
#   2011, 2012 Free Software Foundation, Inc.
 
5
#   2011, 2012, 2013 Free Software Foundation, Inc.
6
6
 
7
 
timestamp='2012-06-10'
 
7
timestamp='2012-12-29'
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
11
 
# the Free Software Foundation; either version 2 of the License, or
 
11
# the Free Software Foundation; either version 3 of the License, or
12
12
# (at your option) any later version.
13
13
#
14
14
# This program is distributed in the hope that it will be useful, but
22
22
# As a special exception to the GNU General Public License, if you
23
23
# distribute this file as part of a program that contains a
24
24
# configuration script generated by Autoconf, you may include it under
25
 
# the same distribution terms that you use for the rest of that program.
26
 
 
27
 
 
28
 
# Originally written by Per Bothner.  Please send patches (context
29
 
# diff format) to <config-patches@gnu.org> and include a ChangeLog
30
 
# entry.
 
25
# the same distribution terms that you use for the rest of that
 
26
# program.  This Exception is an additional permission under section 7
 
27
# of the GNU General Public License, version 3 ("GPLv3").
31
28
#
32
 
# This script attempts to guess a canonical system name similar to
33
 
# config.sub.  If it succeeds, it prints the system name on stdout, and
34
 
# exits with 0.  Otherwise, it exits with 1.
 
29
# Originally written by Per Bothner. 
35
30
#
36
31
# You can get the latest version of this script from:
37
32
# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
 
33
#
 
34
# Please send patches with a ChangeLog entry to config-patches@gnu.org.
 
35
 
38
36
 
39
37
me=`echo "$0" | sed -e 's,.*/,,'`
40
38
 
55
53
 
56
54
Originally written by Per Bothner.
57
55
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
58
 
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
59
 
Free Software Foundation, Inc.
 
56
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 
57
2012, 2013 Free Software Foundation, Inc.
60
58
 
61
59
This is free software; see the source for copying conditions.  There is NO
62
60
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
200
198
        # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
201
199
        echo "${machine}-${os}${release}"
202
200
        exit ;;
 
201
    *:Bitrig:*:*)
 
202
        UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
 
203
        echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
 
204
        exit ;;
203
205
    *:OpenBSD:*:*)
204
206
        UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
205
207
        echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
302
304
    arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
303
305
        echo arm-acorn-riscix${UNAME_RELEASE}
304
306
        exit ;;
305
 
    arm:riscos:*:*|arm:RISCOS:*:*)
 
307
    arm*:riscos:*:*|arm*:RISCOS:*:*)
306
308
        echo arm-unknown-riscos
307
309
        exit ;;
308
310
    SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
801
803
    i*:CYGWIN*:*)
802
804
        echo ${UNAME_MACHINE}-pc-cygwin
803
805
        exit ;;
 
806
    *:MINGW64*:*)
 
807
        echo ${UNAME_MACHINE}-pc-mingw64
 
808
        exit ;;
804
809
    *:MINGW*:*)
805
810
        echo ${UNAME_MACHINE}-pc-mingw32
806
811
        exit ;;
1201
1206
    BePC:Haiku:*:*)     # Haiku running on Intel PC compatible.
1202
1207
        echo i586-pc-haiku
1203
1208
        exit ;;
 
1209
    x86_64:Haiku:*:*)
 
1210
        echo x86_64-unknown-haiku
 
1211
        exit ;;
1204
1212
    SX-4:SUPER-UX:*:*)
1205
1213
        echo sx4-nec-superux${UNAME_RELEASE}
1206
1214
        exit ;;
1330
1338
        exit ;;
1331
1339
esac
1332
1340
 
1333
 
#echo '(No uname command or uname output not recognized.)' 1>&2
1334
 
#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
1335
 
 
1336
1341
eval $set_cc_for_build
1337
1342
cat >$dummy.c <<EOF
1338
1343
#ifdef _SEQUENT_