~ubuntu-branches/ubuntu/lucid/brasero/lucid-updates

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-06-24 11:22:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100624112246-s5ubbf8tafqkir0m
Tags: 2.30.2-0ubuntu1
* New upstream release
  - Lot's of memleak fixes
  - Fixed a runtime warning related to cancelling tracker searches
  - Crash in brasero_data_project_node_removed at
    brasero-data-project.c:1163
  - brasero crashed with SIGSEGV in brasero_data_project_remove_node()
    (LP: #561319)
  - Fix a few runtime warnings with the Cover Editor
  - Text in cover editor does not show up automatically (LP: #469459)
  - Removed use of deprecated flags
  - Use accessor functions instead direct access (use GSEAL GnomeGoal)
  - Fix a bug in the layout on first start (side pane was hidden and
    remained so until the user moved it)
  - Save printer settings for cover printing
  - Write the contents of the GtkTextBuffer displayed line by displayed
    line which should improve the layout
  - "Write to Disc" button sensitivity regression
  - Fix flaw in mask that led libburn plugin not to work (not to be picked
    up actually) in some circumstances
  - Fails to burn ANY audio project
  - Move columns doesn't work (LP: #581759)
  - Brasero does not correctly handle double clicking on column separators
    (LP: #581885)
  - Bad info when burning, high CPU usage and slow burn
  - Change the priority for cdrdao and raised the one of cdda2wav plugin
  - brasero crashed with SIGSEGV in
    brasero_mmc3_get_performa nce_wrt_spd_desc() (LP: #564766)
  - brasero crashed with SIGSEGV in brasero_scsi_command_issue_sync()
    (LP: #444832)
  - Do not check for symlinks on cdda2wav so the plugin can use icedax.
  - Brasero's failure with some file names (LP: #380643)
  - Pressing create audio cd does nothing
  - Empty project not available
  - can't actually save error logs
  - doesn't handle incorrect temp dirs properly
  - Fix multi DND in GtkFileChooser
  - Displays "starting to record" during whole burn process
  - Fix wrong report of speed with both cdrecord and wodim
  - Disk project doesn't save the disk title (LP: #587924)
  - Brasero reports outdated cdrtools on cdrtools-3.00 (LP: #592075)
  - misc bug fixes
  - Updated Translations
* Removed upstream patches:
  - debian/patches/90_git_audio_project_creation.patch,
    debian/patches/91_git_audio_project_creation.patch,
    debian/patches/92_git_audio_cd_recording.patch,
    debian/patches/93_git_new_caps_function_definition.patch
* debian/patches/99_autoconf.patch:
  - refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Configuration validation subroutine script.
3
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
 
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
5
5
#   Free Software Foundation, Inc.
6
6
 
7
 
timestamp='2009-04-17'
 
7
timestamp='2010-03-22'
8
8
 
9
9
# This file is (in principle) common to ALL GNU software.
10
10
# The presence of a machine in this file suggests that SOME GNU software
32
32
 
33
33
 
34
34
# Please send patches to <config-patches@gnu.org>.  Submit a context
35
 
# diff and a properly formatted ChangeLog entry.
 
35
# diff and a properly formatted GNU ChangeLog entry.
36
36
#
37
37
# Configuration subroutine to validate and canonicalize a configuration type.
38
38
# Supply the specified configuration type as an argument.
39
39
# If it is invalid, we print an error message on stderr and exit with code 1.
40
40
# Otherwise, we print the canonical config type on stdout and succeed.
41
41
 
 
42
# You can get the latest version of this script from:
 
43
# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
 
44
 
42
45
# This file is supposed to be the same for all GNU packages
43
46
# and recognize all the CPU types, system types and aliases
44
47
# that are meaningful with *any* GNU software.
72
75
version="\
73
76
GNU config.sub ($timestamp)
74
77
 
75
 
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
76
 
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
78
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
 
79
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
 
80
Software Foundation, Inc.
77
81
 
78
82
This is free software; see the source for copying conditions.  There is NO
79
83
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
149
153
        -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
150
154
        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
151
155
        -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
152
 
        -apple | -axis | -knuth | -cray)
 
156
        -apple | -axis | -knuth | -cray | -microblaze)
153
157
                os=
154
158
                basic_machine=$1
155
159
                ;;
 
160
        -bluegene*)
 
161
                os=-cnk
 
162
                ;;
156
163
        -sim | -cisco | -oki | -wec | -winbond)
157
164
                os=
158
165
                basic_machine=$1
245
252
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
246
253
        | bfin \
247
254
        | c4x | clipper \
248
 
        | d10v | d30v | dlx | dsp16xx \
 
255
        | d10v | d30v | dlx | dsp16xx | dvp \
249
256
        | fido | fr30 | frv \
250
257
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
251
258
        | i370 | i860 | i960 | ia64 \
281
288
        | pdp10 | pdp11 | pj | pjl \
282
289
        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
283
290
        | pyramid \
 
291
        | rx \
284
292
        | score \
285
293
        | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
286
294
        | sh64 | sh64le \
287
295
        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
288
296
        | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
289
297
        | spu | strongarm \
290
 
        | tahoe | thumb | tic4x | tic80 | tron \
 
298
        | tahoe | thumb | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
 
299
        | ubicom32 \
291
300
        | v850 | v850e \
292
301
        | we32k \
293
302
        | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
294
303
        | z8k | z80)
295
304
                basic_machine=$basic_machine-unknown
296
305
                ;;
297
 
        m6811 | m68hc11 | m6812 | m68hc12)
 
306
        c54x)
 
307
                basic_machine=tic54x-unknown
 
308
                ;;
 
309
        c55x)
 
310
                basic_machine=tic55x-unknown
 
311
                ;;
 
312
        c6x)
 
313
                basic_machine=tic6x-unknown
 
314
                ;;
 
315
        m6811 | m68hc11 | m6812 | m68hc12 | picochip)
298
316
                # Motorola 68HC11/12.
299
317
                basic_machine=$basic_machine-unknown
300
318
                os=-none
325
343
        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
326
344
        | avr-* | avr32-* \
327
345
        | bfin-* | bs2000-* \
328
 
        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
 
346
        | c[123]* | c30-* | [cjt]90-* | c4x-* \
329
347
        | clipper-* | craynv-* | cydra-* \
330
348
        | d10v-* | d30v-* | dlx-* \
331
349
        | elxsi-* \
337
355
        | lm32-* \
338
356
        | m32c-* | m32r-* | m32rle-* \
339
357
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
340
 
        | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
 
358
        | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
341
359
        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
342
360
        | mips16-* \
343
361
        | mips64-* | mips64el-* \
365
383
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
366
384
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
367
385
        | pyramid-* \
368
 
        | romp-* | rs6000-* \
 
386
        | romp-* | rs6000-* | rx-* \
369
387
        | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
370
388
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
371
389
        | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
372
390
        | sparclite-* \
373
391
        | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
374
392
        | tahoe-* | thumb-* \
375
 
        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
 
393
        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
 
394
        | tile-* | tilegx-* \
376
395
        | tron-* \
 
396
        | ubicom32-* \
377
397
        | v850-* | v850e-* | vax-* \
378
398
        | we32k-* \
379
399
        | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
467
487
                basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
468
488
                os=-linux
469
489
                ;;
 
490
        bluegene*)
 
491
                basic_machine=powerpc-ibm
 
492
                os=-cnk
 
493
                ;;
 
494
        c54x-*)
 
495
                basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
 
496
                ;;
 
497
        c55x-*)
 
498
                basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
 
499
                ;;
 
500
        c6x-*)
 
501
                basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
 
502
                ;;
470
503
        c90)
471
504
                basic_machine=c90-cray
472
505
                os=-unicos
719
752
                basic_machine=ns32k-utek
720
753
                os=-sysv
721
754
                ;;
 
755
        microblaze)
 
756
                basic_machine=microblaze-xilinx
 
757
                ;;
722
758
        mingw32)
723
759
                basic_machine=i386-pc
724
760
                os=-mingw32
734
770
                basic_machine=m68k-atari
735
771
                os=-mint
736
772
                ;;
 
773
        mipsEE* | ee | ps2)
 
774
                basic_machine=mips64r5900el-scei
 
775
                case $os in
 
776
                    -linux*)
 
777
                        ;;
 
778
                    *)
 
779
                        os=-elf
 
780
                        ;;
 
781
                esac
 
782
                ;;
 
783
        iop)
 
784
                basic_machine=mipsel-scei
 
785
                os=-irx
 
786
                ;;
 
787
        dvp)
 
788
                basic_machine=dvp-scei
 
789
                os=-elf
 
790
                ;;
737
791
        mips3*-*)
738
792
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
739
793
                ;;
1057
1111
                basic_machine=t90-cray
1058
1112
                os=-unicos
1059
1113
                ;;
1060
 
        tic54x | c54x*)
1061
 
                basic_machine=tic54x-unknown
1062
 
                os=-coff
1063
 
                ;;
1064
 
        tic55x | c55x*)
1065
 
                basic_machine=tic55x-unknown
1066
 
                os=-coff
1067
 
                ;;
1068
 
        tic6x | c6x*)
1069
 
                basic_machine=tic6x-unknown
1070
 
                os=-coff
 
1114
        # This must be matched before tile*.
 
1115
        tilegx*)
 
1116
                basic_machine=tilegx-unknown
 
1117
                os=-linux-gnu
1071
1118
                ;;
1072
1119
        tile*)
1073
1120
                basic_machine=tile-unknown
1240
1287
        # First match some system type aliases
1241
1288
        # that might get confused with valid system types.
1242
1289
        # -solaris* is a basic system type, with this one exception.
 
1290
        -auroraux)
 
1291
                os=-auroraux
 
1292
                ;;
1243
1293
        -solaris1 | -solaris1.*)
1244
1294
                os=`echo $os | sed -e 's|solaris1|sunos4|'`
1245
1295
                ;;
1260
1310
        # Each alternative MUST END IN A *, to match a version number.
1261
1311
        # -sysv* is not here because it comes later, after sysvr4.
1262
1312
        -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1263
 
              | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
1264
 
              | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1265
 
              | -kopensolaris* \
 
1313
              | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
 
1314
              | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
 
1315
              | -sym* | -kopensolaris* \
1266
1316
              | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1267
1317
              | -aos* | -aros* \
1268
1318
              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1279
1329
              | -uxpv* | -beos* | -mpeix* | -udk* \
1280
1330
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1281
1331
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1282
 
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
 
1332
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* | -irx* \
1283
1333
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1284
1334
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1285
1335
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1286
 
              | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
 
1336
              | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
1287
1337
        # Remember, each alternative MUST END IN *, to match a version number.
1288
1338
                ;;
1289
1339
        -qnx*)
1416
1466
        -dicos*)
1417
1467
                os=-dicos
1418
1468
                ;;
 
1469
        -nacl*)
 
1470
                ;;
1419
1471
        -none)
1420
1472
                ;;
1421
1473
        *)
1456
1508
        c4x-* | tic4x-*)
1457
1509
                os=-coff
1458
1510
                ;;
 
1511
        tic54x-*)
 
1512
                os=-coff
 
1513
                ;;
 
1514
        tic55x-*)
 
1515
                os=-coff
 
1516
                ;;
 
1517
        tic6x-*)
 
1518
                os=-coff
 
1519
                ;;
1459
1520
        # This must come before the *-dec entry.
1460
1521
        pdp10-*)
1461
1522
                os=-tops20
1613
1674
                        -sunos*)
1614
1675
                                vendor=sun
1615
1676
                                ;;
1616
 
                        -aix*)
 
1677
                        -cnk*|-aix*)
1617
1678
                                vendor=ibm
1618
1679
                                ;;
1619
1680
                        -beos*)