~ubuntu-branches/ubuntu/lucid/xserver-xorg-video-savage/lucid

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): David Nusinow
  • Date: 2006-09-30 14:31:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060930143103-a3j9c6n7mjqw01rv
Tags: 1:2.1.2-1
* New upstream release
  + Fixes DRI lock handling. Closes: #389794

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, 2005 Free Software Foundation, Inc.
5
5
 
6
 
timestamp='2003-06-18'
 
6
timestamp='2006-02-23'
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
21
21
#
22
22
# You should have received a copy of the GNU General Public License
23
23
# along with this program; if not, write to the Free Software
24
 
# Foundation, Inc., 59 Temple Place - Suite 330,
25
 
# Boston, MA 02111-1307, USA.
26
 
 
 
24
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
 
25
# 02110-1301, USA.
 
26
#
27
27
# As a special exception to the GNU General Public License, if you
28
28
# distribute this file as part of a program that contains a
29
29
# configuration script generated by Autoconf, you may include it under
30
30
# the same distribution terms that you use for the rest of that program.
31
31
 
 
32
 
32
33
# Please send patches to <config-patches@gnu.org>.  Submit a context
33
34
# diff and a properly formatted ChangeLog entry.
34
35
#
70
71
version="\
71
72
GNU config.sub ($timestamp)
72
73
 
73
 
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
74
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
74
75
Free Software Foundation, Inc.
75
76
 
76
77
This is free software; see the source for copying conditions.  There is NO
83
84
while test $# -gt 0 ; do
84
85
  case $1 in
85
86
    --time-stamp | --time* | -t )
86
 
       echo "$timestamp" ; exit 0 ;;
 
87
       echo "$timestamp" ; exit ;;
87
88
    --version | -v )
88
 
       echo "$version" ; exit 0 ;;
 
89
       echo "$version" ; exit ;;
89
90
    --help | --h* | -h )
90
 
       echo "$usage"; exit 0 ;;
 
91
       echo "$usage"; exit ;;
91
92
    -- )     # Stop option processing
92
93
       shift; break ;;
93
94
    - ) # Use stdin as input.
99
100
    *local*)
100
101
       # First pass through any local machine types.
101
102
       echo $1
102
 
       exit 0;;
 
103
       exit ;;
103
104
 
104
105
    * )
105
106
       break ;;
118
119
# Here we must recognize all the valid KERNEL-OS combinations.
119
120
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
120
121
case $maybe_os in
121
 
  nto-qnx* | linux-gnu* | freebsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
 
122
  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
 
123
  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
 
124
  storm-chaos* | os2-emx* | rtmk-nova*)
122
125
    os=-$maybe_os
123
126
    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
124
127
    ;;
144
147
        -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
145
148
        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
146
149
        -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
147
 
        -apple | -axis)
 
150
        -apple | -axis | -knuth | -cray)
148
151
                os=
149
152
                basic_machine=$1
150
153
                ;;
169
172
        -hiux*)
170
173
                os=-hiuxwe2
171
174
                ;;
 
175
        -sco6)
 
176
                os=-sco5v6
 
177
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
 
178
                ;;
172
179
        -sco5)
173
180
                os=-sco3.2v5
174
181
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
185
192
                # Don't forget version if it is 3.2v4 or newer.
186
193
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
187
194
                ;;
 
195
        -sco5v6*)
 
196
                # Don't forget version if it is 3.2v4 or newer.
 
197
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
 
198
                ;;
188
199
        -sco*)
189
200
                os=-sco3.2v2
190
201
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
228
239
        | a29k \
229
240
        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
230
241
        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
 
242
        | am33_2.0 \
231
243
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
 
244
        | bfin \
232
245
        | c4x | clipper \
233
246
        | d10v | d30v | dlx | dsp16xx \
234
247
        | fr30 | frv \
235
248
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
236
249
        | i370 | i860 | i960 | ia64 \
237
 
        | ip2k \
238
 
        | m32r | m68000 | m68k | m88k | mcore \
 
250
        | ip2k | iq2000 \
 
251
        | m32r | m32rle | m68000 | m68k | m88k | maxq | mb | microblaze | mcore \
239
252
        | mips | mipsbe | mipseb | mipsel | mipsle \
240
253
        | mips16 \
241
254
        | mips64 | mips64el \
244
257
        | mips64vr4100 | mips64vr4100el \
245
258
        | mips64vr4300 | mips64vr4300el \
246
259
        | mips64vr5000 | mips64vr5000el \
 
260
        | mips64vr5900 | mips64vr5900el \
247
261
        | mipsisa32 | mipsisa32el \
248
262
        | mipsisa32r2 | mipsisa32r2el \
249
263
        | mipsisa64 | mipsisa64el \
 
264
        | mipsisa64r2 | mipsisa64r2el \
250
265
        | mipsisa64sb1 | mipsisa64sb1el \
251
266
        | mipsisa64sr71k | mipsisa64sr71kel \
252
267
        | mipstx39 | mipstx39el \
253
268
        | mn10200 | mn10300 \
 
269
        | mt \
254
270
        | msp430 \
 
271
        | nios | nios2 \
255
272
        | ns16k | ns32k \
256
 
        | openrisc | or32 \
 
273
        | or32 \
257
274
        | pdp10 | pdp11 | pj | pjl \
258
275
        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
259
276
        | pyramid \
260
 
        | s390 | s390x \
261
 
        | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
 
277
        | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
262
278
        | sh64 | sh64le \
263
 
        | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \
 
279
        | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
 
280
        | sparcv8 | sparcv9 | sparcv9b \
264
281
        | strongarm \
265
282
        | tahoe | thumb | tic4x | tic80 | tron \
266
283
        | v850 | v850e \
267
284
        | we32k \
268
 
        | x86 | xscale | xstormy16 | xtensa \
 
285
        | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
269
286
        | z8k)
270
287
                basic_machine=$basic_machine-unknown
271
288
                ;;
 
289
        m32c)
 
290
                basic_machine=$basic_machine-unknown
 
291
                ;;
272
292
        m6811 | m68hc11 | m6812 | m68hc12)
273
293
                # Motorola 68HC11/12.
274
294
                basic_machine=$basic_machine-unknown
276
296
                ;;
277
297
        m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
278
298
                ;;
 
299
        ms1)
 
300
                basic_machine=mt-unknown
 
301
                ;;
279
302
 
280
303
        # We use `pc' rather than `unknown'
281
304
        # because (1) that's what they normally are, and
296
319
        | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
297
320
        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
298
321
        | avr-* \
299
 
        | bs2000-* \
 
322
        | bfin-* | bs2000-* \
300
323
        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
301
 
        | clipper-* | cydra-* \
 
324
        | clipper-* | craynv-* | cydra-* \
302
325
        | d10v-* | d30v-* | dlx-* \
303
326
        | elxsi-* \
304
327
        | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
305
328
        | h8300-* | h8500-* \
306
329
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
307
330
        | i*86-* | i860-* | i960-* | ia64-* \
308
 
        | ip2k-* \
309
 
        | m32r-* \
 
331
        | ip2k-* | iq2000-* \
 
332
        | m32r-* | m32rle-* \
310
333
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
311
 
        | m88110-* | m88k-* | mcore-* \
 
334
        | m88110-* | m88k-* | maxq-* | mcore-* \
312
335
        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
313
336
        | mips16-* \
314
337
        | mips64-* | mips64el-* \
317
340
        | mips64vr4100-* | mips64vr4100el-* \
318
341
        | mips64vr4300-* | mips64vr4300el-* \
319
342
        | mips64vr5000-* | mips64vr5000el-* \
 
343
        | mips64vr5900-* | mips64vr5900el-* \
320
344
        | mipsisa32-* | mipsisa32el-* \
321
345
        | mipsisa32r2-* | mipsisa32r2el-* \
322
346
        | mipsisa64-* | mipsisa64el-* \
 
347
        | mipsisa64r2-* | mipsisa64r2el-* \
323
348
        | mipsisa64sb1-* | mipsisa64sb1el-* \
324
349
        | mipsisa64sr71k-* | mipsisa64sr71kel-* \
325
350
        | mipstx39-* | mipstx39el-* \
 
351
        | mmix-* \
 
352
        | mt-* \
326
353
        | msp430-* \
327
 
        | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \
 
354
        | nios-* | nios2-* \
 
355
        | none-* | np1-* | ns16k-* | ns32k-* \
328
356
        | orion-* \
329
357
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
330
358
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
331
359
        | pyramid-* \
332
360
        | romp-* | rs6000-* \
333
 
        | s390-* | s390x-* \
334
 
        | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
 
361
        | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
335
362
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
336
 
        | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
 
363
        | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
 
364
        | sparclite-* \
337
365
        | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
338
366
        | tahoe-* | thumb-* \
339
367
        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
340
368
        | tron-* \
341
369
        | v850-* | v850e-* | vax-* \
342
370
        | we32k-* \
343
 
        | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
344
 
        | xtensa-* \
 
371
        | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
 
372
        | xstormy16-* | xtensa-* \
345
373
        | ymp-* \
346
374
        | z8k-*)
347
375
                ;;
 
376
        m32c-*)
 
377
                ;;
348
378
        # Recognize the various machine names and aliases which stand
349
379
        # for a CPU type and a company and sometimes even an OS.
350
380
        386bsd)
361
391
                basic_machine=a29k-amd
362
392
                os=-udi
363
393
                ;;
 
394
        abacus)
 
395
                basic_machine=abacus-unknown
 
396
                ;;
364
397
        adobe68k)
365
398
                basic_machine=m68010-adobe
366
399
                os=-scout
378
411
        amd64)
379
412
                basic_machine=x86_64-pc
380
413
                ;;
 
414
        amd64-*)
 
415
                basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
 
416
                ;;
381
417
        amdahl)
382
418
                basic_machine=580-amdahl
383
419
                os=-sysv
437
473
                basic_machine=j90-cray
438
474
                os=-unicos
439
475
                ;;
 
476
        craynv)
 
477
                basic_machine=craynv-cray
 
478
                os=-unicosmp
 
479
                ;;
 
480
        cr16c)
 
481
                basic_machine=cr16c-unknown
 
482
                os=-elf
 
483
                ;;
440
484
        crds | unos)
441
485
                basic_machine=m68k-crds
442
486
                ;;
 
487
        crisv32 | crisv32-* | etraxfs*)
 
488
                basic_machine=crisv32-axis
 
489
                ;;
443
490
        cris | cris-* | etrax*)
444
491
                basic_machine=cris-axis
445
492
                ;;
 
493
        crx)
 
494
                basic_machine=crx-unknown
 
495
                os=-elf
 
496
                ;;
446
497
        da30 | da30-*)
447
498
                basic_machine=m68k-da30
448
499
                ;;
465
516
                basic_machine=m88k-motorola
466
517
                os=-sysv3
467
518
                ;;
 
519
        djgpp)
 
520
                basic_machine=i586-pc
 
521
                os=-msdosdjgpp
 
522
                ;;
468
523
        dpx20 | dpx20-*)
469
524
                basic_machine=rs6000-bull
470
525
                os=-bosx
643
698
        mips3*)
644
699
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
645
700
                ;;
646
 
        mmix*)
647
 
                basic_machine=mmix-knuth
648
 
                os=-mmixware
649
 
                ;;
650
701
        monitor)
651
702
                basic_machine=m68k-rom68k
652
703
                os=-coff
659
710
                basic_machine=i386-pc
660
711
                os=-msdos
661
712
                ;;
 
713
        ms1-*)
 
714
                basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
 
715
                ;;
662
716
        mvs)
663
717
                basic_machine=i370-ibm
664
718
                os=-mvs
727
781
        np1)
728
782
                basic_machine=np1-gould
729
783
                ;;
730
 
        nv1)
731
 
                basic_machine=nv1-cray
732
 
                os=-unicosmp
733
 
                ;;
734
784
        nsr-tandem)
735
785
                basic_machine=nsr-tandem
736
786
                ;;
738
788
                basic_machine=hppa1.1-oki
739
789
                os=-proelf
740
790
                ;;
741
 
        or32 | or32-*)
 
791
        openrisc | openrisc-*)
742
792
                basic_machine=or32-unknown
743
 
                os=-coff
 
793
                ;;
 
794
        os400)
 
795
                basic_machine=powerpc-ibm
 
796
                os=-os400
744
797
                ;;
745
798
        OSE68000 | ose68000)
746
799
                basic_machine=m68000-ericsson
767
820
        pc532 | pc532-*)
768
821
                basic_machine=ns32k-pc532
769
822
                ;;
 
823
        pc98)
 
824
                basic_machine=i386-pc
 
825
                ;;
 
826
        pc98-*)
 
827
                basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
 
828
                ;;
770
829
        pentium | p5 | k5 | k6 | nexgen | viac3)
771
830
                basic_machine=i586-pc
772
831
                ;;
823
882
                basic_machine=i586-unknown
824
883
                os=-pw32
825
884
                ;;
 
885
        rdos)
 
886
                basic_machine=i386-pc
 
887
                os=-rdos
 
888
                ;;
826
889
        rom68k)
827
890
                basic_machine=m68k-rom68k
828
891
                os=-coff
833
896
        rtpc | rtpc-*)
834
897
                basic_machine=romp-ibm
835
898
                ;;
 
899
        s390 | s390-*)
 
900
                basic_machine=s390-ibm
 
901
                ;;
 
902
        s390x | s390x-*)
 
903
                basic_machine=s390x-ibm
 
904
                ;;
836
905
        sa29200)
837
906
                basic_machine=a29k-amd
838
907
                os=-udi
956
1025
        tower | tower-32)
957
1026
                basic_machine=m68k-ncr
958
1027
                ;;
 
1028
        tpf)
 
1029
                basic_machine=s390x-ibm
 
1030
                os=-tpf
 
1031
                ;;
959
1032
        udi29k)
960
1033
                basic_machine=a29k-amd
961
1034
                os=-udi
999
1072
                basic_machine=hppa1.1-winbond
1000
1073
                os=-proelf
1001
1074
                ;;
 
1075
        xbox)
 
1076
                basic_machine=i686-pc
 
1077
                os=-mingw32
 
1078
                ;;
1002
1079
        xps | xps100)
1003
1080
                basic_machine=xps100-honeywell
1004
1081
                ;;
1029
1106
        romp)
1030
1107
                basic_machine=romp-ibm
1031
1108
                ;;
 
1109
        mmix)
 
1110
                basic_machine=mmix-knuth
 
1111
                ;;
1032
1112
        rs6000)
1033
1113
                basic_machine=rs6000-ibm
1034
1114
                ;;
1045
1125
        we32k)
1046
1126
                basic_machine=we32k-att
1047
1127
                ;;
1048
 
        sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
 
1128
        sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
1049
1129
                basic_machine=sh-unknown
1050
1130
                ;;
1051
 
        sh64)
1052
 
                basic_machine=sh64-unknown
1053
 
                ;;
1054
1131
        sparc | sparcv8 | sparcv9 | sparcv9b)
1055
1132
                basic_machine=sparc-sun
1056
1133
                ;;
1124
1201
              | -aos* \
1125
1202
              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1126
1203
              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1127
 
              | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
1128
 
              | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
 
1204
              | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
 
1205
              | -openbsd* | -solidbsd* \
 
1206
              | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
 
1207
              | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1129
1208
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1130
1209
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1131
1210
              | -chorusos* | -chorusrdb* \
1132
1211
              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1133
 
              | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
 
1212
              | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
 
1213
              | -uxpv* | -beos* | -mpeix* | -udk* \
1134
1214
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1135
1215
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1136
1216
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1137
1217
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1138
1218
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1139
 
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei*)
 
1219
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
 
1220
              | -skyos* | -haiku* | -rdos*)
1140
1221
        # Remember, each alternative MUST END IN *, to match a version number.
1141
1222
                ;;
1142
1223
        -qnx*)
1154
1235
                os=`echo $os | sed -e 's|nto|nto-qnx|'`
1155
1236
                ;;
1156
1237
        -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1157
 
              | -windows* | -osx | -abug | -netware* | -os9* | -beos* \
 
1238
              | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
1158
1239
              | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
1159
1240
                ;;
1160
1241
        -mac*)
1161
1242
                os=`echo $os | sed -e 's|mac|macos|'`
1162
1243
                ;;
 
1244
        -linux-dietlibc)
 
1245
                os=-linux-dietlibc
 
1246
                ;;
1163
1247
        -linux*)
1164
1248
                os=`echo $os | sed -e 's|linux|linux-gnu|'`
1165
1249
                ;;
1172
1256
        -opened*)
1173
1257
                os=-openedition
1174
1258
                ;;
 
1259
        -os400*)
 
1260
                os=-os400
 
1261
                ;;
1175
1262
        -wince*)
1176
1263
                os=-wince
1177
1264
                ;;
1193
1280
        -atheos*)
1194
1281
                os=-atheos
1195
1282
                ;;
 
1283
        -syllable*)
 
1284
                os=-syllable
 
1285
                ;;
1196
1286
        -386bsd)
1197
1287
                os=-bsd
1198
1288
                ;;
1215
1305
        -sinix*)
1216
1306
                os=-sysv4
1217
1307
                ;;
 
1308
        -tpf*)
 
1309
                os=-tpf
 
1310
                ;;
1218
1311
        -triton*)
1219
1312
                os=-sysv3
1220
1313
                ;;
1251
1344
        -kaos*)
1252
1345
                os=-kaos
1253
1346
                ;;
 
1347
        -zvmoe)
 
1348
                os=-zvmoe
 
1349
                ;;
1254
1350
        -none)
1255
1351
                ;;
1256
1352
        *)
1282
1378
        arm*-semi)
1283
1379
                os=-aout
1284
1380
                ;;
1285
 
        c4x-* | tic4x-*)
1286
 
                os=-coff
1287
 
                ;;
 
1381
    c4x-* | tic4x-*)
 
1382
        os=-coff
 
1383
        ;;
1288
1384
        # This must come before the *-dec entry.
1289
1385
        pdp10-*)
1290
1386
                os=-tops20
1328
1424
        *-be)
1329
1425
                os=-beos
1330
1426
                ;;
 
1427
        *-haiku)
 
1428
                os=-haiku
 
1429
                ;;
1331
1430
        *-ibm)
1332
1431
                os=-aix
1333
1432
                ;;
 
1433
        *-knuth)
 
1434
                os=-mmixware
 
1435
                ;;
1334
1436
        *-wec)
1335
1437
                os=-proelf
1336
1438
                ;;
1463
1565
                        -mvs* | -opened*)
1464
1566
                                vendor=ibm
1465
1567
                                ;;
 
1568
                        -os400*)
 
1569
                                vendor=ibm
 
1570
                                ;;
1466
1571
                        -ptx*)
1467
1572
                                vendor=sequent
1468
1573
                                ;;
 
1574
                        -tpf*)
 
1575
                                vendor=ibm
 
1576
                                ;;
1469
1577
                        -vxsim* | -vxworks* | -windiss*)
1470
1578
                                vendor=wrs
1471
1579
                                ;;
1490
1598
esac
1491
1599
 
1492
1600
echo $basic_machine$os
1493
 
exit 0
 
1601
exit
1494
1602
 
1495
1603
# Local variables:
1496
1604
# eval: (add-hook 'write-file-hooks 'time-stamp)