~ubuntu-branches/ubuntu/oneiric/libatasmart/oneiric

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-02-19 23:37:28 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100219233728-um5jg6pgaf7hd0mm
Tags: 0.17+git20100219-1
* New upstream git snapshot (up to 2cc5102):
  - Autoconfiscation done with recent libtool (Closes: #558570)
  - Blacklist Oxford Semiconductor bridge [0928:0000], causing USB resets on
    probing. (LP: #474988)
  - Provide names for attributes 184 and 188. (LP: #521864)
  - Some small bug fixes.
* Drop 01-export-symbols.patch, included upstream.
* Drop 99-autoreconf.patch, not necessary any more.
* debian/control: Wrap build dependencies.
* Add debian/local/apport-hook.py: Apport package hook for collecting
  devkit-disks --dump and available SMART blobs. Install it in debian/rules
  when building on Ubuntu. Add "lsb-release" build dependency for this.
* debian/libatasmart-dev.install: Ship Vala .vapi file.
* debian/control: Bump Standards-Version to 3.8.4 (no changes necessary).

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
5
5
#   Free Software Foundation, Inc.
6
6
 
7
 
timestamp='2008-09-08'
 
7
timestamp='2009-06-11'
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
122
122
case $maybe_os in
123
123
  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
124
124
  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
 
125
  kopensolaris*-gnu* | \
125
126
  storm-chaos* | os2-emx* | rtmk-nova*)
126
127
    os=-$maybe_os
127
128
    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
152
153
                os=
153
154
                basic_machine=$1
154
155
                ;;
 
156
        -bluegene*)
 
157
                os=-cnk
 
158
                ;;
155
159
        -sim | -cisco | -oki | -wec | -winbond)
156
160
                os=
157
161
                basic_machine=$1
249
253
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
250
254
        | i370 | i860 | i960 | ia64 \
251
255
        | ip2k | iq2000 \
 
256
        | lm32 \
252
257
        | m32c | m32r | m32rle | m68000 | m68k | m88k \
253
258
        | maxq | mb | microblaze | mcore | mep | metag \
254
259
        | mips | mipsbe | mipseb | mipsel | mipsle \
270
275
        | mipsisa64sr71k | mipsisa64sr71kel \
271
276
        | mipstx39 | mipstx39el \
272
277
        | mn10200 | mn10300 \
 
278
        | moxie \
273
279
        | mt \
274
280
        | msp430 \
275
281
        | nios | nios2 \
279
285
        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
280
286
        | pyramid \
281
287
        | score \
282
 
        | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
 
288
        | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
283
289
        | sh64 | sh64le \
284
290
        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
285
291
        | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
331
337
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
332
338
        | i*86-* | i860-* | i960-* | ia64-* \
333
339
        | ip2k-* | iq2000-* \
 
340
        | lm32-* \
334
341
        | m32c-* | m32r-* | m32rle-* \
335
342
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
336
343
        | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
362
369
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
363
370
        | pyramid-* \
364
371
        | romp-* | rs6000-* \
365
 
        | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
 
372
        | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
366
373
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
367
374
        | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
368
375
        | sparclite-* \
443
450
                basic_machine=m68k-apollo
444
451
                os=-bsd
445
452
                ;;
 
453
        aros)
 
454
                basic_machine=i386-pc
 
455
                os=-aros
 
456
                ;;
446
457
        aux)
447
458
                basic_machine=m68k-apple
448
459
                os=-aux
459
470
                basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
460
471
                os=-linux
461
472
                ;;
 
473
        bluegene*)
 
474
                basic_machine=powerpc-ibm
 
475
                os=-cnk
 
476
                ;;
462
477
        c90)
463
478
                basic_machine=c90-cray
464
479
                os=-unicos
1182
1197
        we32k)
1183
1198
                basic_machine=we32k-att
1184
1199
                ;;
1185
 
        sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
 
1200
        sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
1186
1201
                basic_machine=sh-unknown
1187
1202
                ;;
1188
1203
        sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
1252
1267
        # Each alternative MUST END IN A *, to match a version number.
1253
1268
        # -sysv* is not here because it comes later, after sysvr4.
1254
1269
        -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1255
 
              | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
 
1270
              | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
1256
1271
              | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
 
1272
              | -kopensolaris* \
1257
1273
              | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1258
 
              | -aos* \
 
1274
              | -aos* | -aros* \
1259
1275
              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1260
1276
              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1261
1277
              | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
1604
1620
                        -sunos*)
1605
1621
                                vendor=sun
1606
1622
                                ;;
1607
 
                        -aix*)
 
1623
                        -cnk*|-aix*)
1608
1624
                                vendor=ibm
1609
1625
                                ;;
1610
1626
                        -beos*)