~ubuntu-branches/ubuntu/hoary/gnome-photo-printer/hoary

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Michael Schlueter
  • Date: 2004-11-18 17:18:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041118171833-dk44n8ma374gf1cd
Tags: 0.6.4-1
New upstream release

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 Free Software Foundation, Inc.
 
4
#   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
5
5
 
6
 
timestamp='2004-03-12'
 
6
timestamp='2004-06-24'
7
7
 
8
8
# This file is (in principle) common to ALL GNU software.
9
9
# The presence of a machine in this file suggests that SOME GNU software
70
70
version="\
71
71
GNU config.sub ($timestamp)
72
72
 
73
 
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
73
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
74
74
Free Software Foundation, Inc.
75
75
 
76
76
This is free software; see the source for copying conditions.  There is NO
145
145
        -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
146
146
        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
147
147
        -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
148
 
        -apple | -axis)
 
148
        -apple | -axis | -knuth | -cray)
149
149
                os=
150
150
                basic_machine=$1
151
151
                ;;
300
300
        | avr-* \
301
301
        | bs2000-* \
302
302
        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
303
 
        | clipper-* | cydra-* \
 
303
        | clipper-* | craynv-* | cydra-* \
304
304
        | d10v-* | d30v-* | dlx-* \
305
305
        | elxsi-* \
306
306
        | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
326
326
        | mipsisa64sb1-* | mipsisa64sb1el-* \
327
327
        | mipsisa64sr71k-* | mipsisa64sr71kel-* \
328
328
        | mipstx39-* | mipstx39el-* \
 
329
        | mmix-* \
329
330
        | msp430-* \
330
 
        | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \
 
331
        | none-* | np1-* | ns16k-* | ns32k-* \
331
332
        | orion-* \
332
333
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
333
334
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
445
446
                basic_machine=j90-cray
446
447
                os=-unicos
447
448
                ;;
 
449
        craynv)
 
450
                basic_machine=craynv-cray
 
451
                os=-unicosmp
 
452
                ;;
448
453
        cr16c)
449
454
                basic_machine=cr16c-unknown
450
455
                os=-elf
659
664
        mips3*)
660
665
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
661
666
                ;;
662
 
        mmix*)
663
 
                basic_machine=mmix-knuth
664
 
                os=-mmixware
665
 
                ;;
666
667
        monitor)
667
668
                basic_machine=m68k-rom68k
668
669
                os=-coff
743
744
        np1)
744
745
                basic_machine=np1-gould
745
746
                ;;
746
 
        nv1)
747
 
                basic_machine=nv1-cray
748
 
                os=-unicosmp
749
 
                ;;
750
747
        nsr-tandem)
751
748
                basic_machine=nsr-tandem
752
749
                ;;
1059
1056
        romp)
1060
1057
                basic_machine=romp-ibm
1061
1058
                ;;
 
1059
        mmix)
 
1060
                basic_machine=mmix-knuth
 
1061
                ;;
1062
1062
        rs6000)
1063
1063
                basic_machine=rs6000-ibm
1064
1064
                ;;
1374
1374
        *-ibm)
1375
1375
                os=-aix
1376
1376
                ;;
 
1377
        *-knuth)
 
1378
                os=-mmixware
 
1379
                ;;
1377
1380
        *-wec)
1378
1381
                os=-proelf
1379
1382
                ;;