~ubuntu-branches/ubuntu/maverick/rrdtool/maverick

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Harl
  • Date: 2008-09-26 01:41:05 UTC
  • mfrom: (1.2.6 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080926014105-plk6tlc38amakhlo
Tags: 1.3.1-4
* Urgency set to high because of the fix for #499350.
* debian/patches:
  - Added upstream patch bts499350-data-corruption (upstream SVN r1480) to
    fix data corruption when updating multiple values in one go
    (Closes: #499350).
    (upstream bug #178 - http://oss.oetiker.ch/rrdtool-trac/ticket/178)
  - Added bts498183-segfault-madvise to fix a segfault on sparc caused by a
    wrong argument passed to madvise(2) - thanks to Jurij Smakov for
    valuable debugging information (Closes: #498183).
  - Added upstream patch bts496847-error-handling (upstream SVN r1471) to
    fix error handling of syscalls in rrdtool(1) (Closes: #496847).
  - Added upstream patch bts499349-memleaks (upstream SVN r1465, r1467,
    r1468, r1469, r1470, r1473) to fix a couple of memory leaks in rrdtool,
    librrd and the Perl and Ruby bindings (Closes: #499349).
  - Added trivial upstream patch typo-ruby (upstream SVN r1462) to fix a
    typo in the Ruby bindings.
* debian/NEWS:
  - Added. Documented the changes required by the switch to libpango
    (Closes: #493575, #493594).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5
5
#   Inc.
6
6
 
7
 
timestamp='2006-09-20'
 
7
timestamp='2007-06-28'
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
245
245
        | bfin \
246
246
        | c4x | clipper \
247
247
        | d10v | d30v | dlx | dsp16xx \
248
 
        | fr30 | frv \
 
248
        | fido | fr30 | frv \
249
249
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
250
250
        | i370 | i860 | i960 | ia64 \
251
251
        | ip2k | iq2000 \
252
252
        | m32c | m32r | m32rle | m68000 | m68k | m88k \
253
 
        | maxq | mb | microblaze | mcore \
 
253
        | maxq | mb | microblaze | mcore | mep \
254
254
        | mips | mipsbe | mipseb | mipsel | mipsle \
255
255
        | mips16 \
256
256
        | mips64 | mips64el \
324
324
        | clipper-* | craynv-* | cydra-* \
325
325
        | d10v-* | d30v-* | dlx-* \
326
326
        | elxsi-* \
327
 
        | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
 
327
        | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
328
328
        | h8300-* | h8500-* \
329
329
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
330
330
        | i*86-* | i860-* | i960-* | ia64-* \
475
475
                basic_machine=craynv-cray
476
476
                os=-unicosmp
477
477
                ;;
478
 
        cr16c)
479
 
                basic_machine=cr16c-unknown
 
478
        cr16)
 
479
                basic_machine=cr16-unknown
480
480
                os=-elf
481
481
                ;;
482
482
        crds | unos)
683
683
                basic_machine=i386-pc
684
684
                os=-mingw32
685
685
                ;;
 
686
        mingw32ce)
 
687
                basic_machine=arm-unknown
 
688
                os=-mingw32ce
 
689
                ;;
686
690
        miniframe)
687
691
                basic_machine=m68000-convergent
688
692
                ;;
925
929
                basic_machine=sh-hitachi
926
930
                os=-hms
927
931
                ;;
 
932
        sh5el)
 
933
                basic_machine=sh5le-unknown
 
934
                ;;
928
935
        sh64)
929
936
                basic_machine=sh64-unknown
930
937
                ;;
1219
1226
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1220
1227
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1221
1228
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1222
 
              | -skyos* | -haiku* | -rdos* | -toppers*)
 
1229
              | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
1223
1230
        # Remember, each alternative MUST END IN *, to match a version number.
1224
1231
                ;;
1225
1232
        -qnx*)
1414
1421
        m68*-cisco)
1415
1422
                os=-aout
1416
1423
                ;;
 
1424
        mep-*)
 
1425
                os=-elf
 
1426
                ;;
1417
1427
        mips*-cisco)
1418
1428
                os=-elf
1419
1429
                ;;