~yolanda.robla/ubuntu/trusty/memcached/add_distribution

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-10-05 13:27:39 UTC
  • mfrom: (1.1.8 upstream) (3.3.4 sid)
  • Revision ID: james.westby@ubuntu.com-20111005132739-ntsnlj16fcze221i
Tags: 1.4.7-0.1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Run as 'memcache' user instead of nobody (LP #599461)
  - Depend on adduser for preinst/postrm
  - Create user in postinst

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='2009-02-03'
 
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
153
153
                os=
154
154
                basic_machine=$1
155
155
                ;;
 
156
        -bluegene*)
 
157
                os=-cnk
 
158
                ;;
156
159
        -sim | -cisco | -oki | -wec | -winbond)
157
160
                os=
158
161
                basic_machine=$1
245
248
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
246
249
        | bfin \
247
250
        | c4x | clipper \
248
 
        | d10v | d30v | dlx | dsp16xx | dvp \
 
251
        | d10v | d30v | dlx | dsp16xx \
249
252
        | fido | fr30 | frv \
250
253
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
251
254
        | i370 | i860 | i960 | ia64 \
272
275
        | mipsisa64sr71k | mipsisa64sr71kel \
273
276
        | mipstx39 | mipstx39el \
274
277
        | mn10200 | mn10300 \
 
278
        | moxie \
275
279
        | mt \
276
280
        | msp430 \
277
281
        | nios | nios2 \
466
470
                basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
467
471
                os=-linux
468
472
                ;;
 
473
        bluegene*)
 
474
                basic_machine=powerpc-ibm
 
475
                os=-cnk
 
476
                ;;
469
477
        c90)
470
478
                basic_machine=c90-cray
471
479
                os=-unicos
733
741
                basic_machine=m68k-atari
734
742
                os=-mint
735
743
                ;;
736
 
        mipsEE* | ee | ps2)
737
 
                basic_machine=mips64r5900el-scei
738
 
                case $os in
739
 
                    -linux*)
740
 
                        ;;
741
 
                    *)
742
 
                        os=-elf
743
 
                        ;;
744
 
                esac
745
 
                ;;
746
 
        iop)
747
 
                basic_machine=mipsel-scei
748
 
                os=-irx
749
 
                ;;
750
 
        dvp)
751
 
                basic_machine=dvp-scei
752
 
                os=-elf
753
 
                ;;
754
744
        mips3*-*)
755
745
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
756
746
                ;;
1277
1267
        # Each alternative MUST END IN A *, to match a version number.
1278
1268
        # -sysv* is not here because it comes later, after sysvr4.
1279
1269
        -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1280
 
              | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
 
1270
              | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
1281
1271
              | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1282
1272
              | -kopensolaris* \
1283
1273
              | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1300
1290
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1301
1291
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1302
1292
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1303
 
              | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -irx*)
 
1293
              | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
1304
1294
        # Remember, each alternative MUST END IN *, to match a version number.
1305
1295
                ;;
1306
1296
        -qnx*)
1630
1620
                        -sunos*)
1631
1621
                                vendor=sun
1632
1622
                                ;;
1633
 
                        -aix*)
 
1623
                        -cnk*|-aix*)
1634
1624
                                vendor=ibm
1635
1625
                                ;;
1636
1626
                        -beos*)