~ubuntu-branches/ubuntu/precise/libdbi-drivers/precise

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Stefano Rivera
  • Date: 2010-08-07 14:06:29 UTC
  • mfrom: (5.1.1 libdbi-drivers)
  • Revision ID: stefanor@ubuntu.com-20100807140629-dshfwn5j6v34pqrd
Tags: 0.8.3-1-0ubuntu1
New upstream release. -- Fixes ABORT problems with sqlite3+rrdtool

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 Free Software Foundation,
5
 
#   Inc.
 
4
#   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
6
5
 
7
 
timestamp='2006-05-13'
 
6
timestamp='2003-07-04'
8
7
 
9
8
# This file is (in principle) common to ALL GNU software.
10
9
# The presence of a machine in this file suggests that SOME GNU software
22
21
#
23
22
# You should have received a copy of the GNU General Public License
24
23
# along with this program; if not, write to the Free Software
25
 
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
26
 
# 02110-1301, USA.
27
 
#
 
24
# Foundation, Inc., 59 Temple Place - Suite 330,
 
25
# Boston, MA 02111-1307, USA.
 
26
 
28
27
# As a special exception to the GNU General Public License, if you
29
28
# distribute this file as part of a program that contains a
30
29
# configuration script generated by Autoconf, you may include it under
31
30
# the same distribution terms that you use for the rest of that program.
32
31
 
33
 
 
34
32
# Please send patches to <config-patches@gnu.org>.  Submit a context
35
33
# diff and a properly formatted ChangeLog entry.
36
34
#
72
70
version="\
73
71
GNU config.sub ($timestamp)
74
72
 
75
 
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
73
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
76
74
Free Software Foundation, Inc.
77
75
 
78
76
This is free software; see the source for copying conditions.  There is NO
85
83
while test $# -gt 0 ; do
86
84
  case $1 in
87
85
    --time-stamp | --time* | -t )
88
 
       echo "$timestamp" ; exit ;;
 
86
       echo "$timestamp" ; exit 0 ;;
89
87
    --version | -v )
90
 
       echo "$version" ; exit ;;
 
88
       echo "$version" ; exit 0 ;;
91
89
    --help | --h* | -h )
92
 
       echo "$usage"; exit ;;
 
90
       echo "$usage"; exit 0 ;;
93
91
    -- )     # Stop option processing
94
92
       shift; break ;;
95
93
    - ) # Use stdin as input.
101
99
    *local*)
102
100
       # First pass through any local machine types.
103
101
       echo $1
104
 
       exit ;;
 
102
       exit 0;;
105
103
 
106
104
    * )
107
105
       break ;;
120
118
# Here we must recognize all the valid KERNEL-OS combinations.
121
119
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
122
120
case $maybe_os in
123
 
  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
124
 
  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
125
 
  storm-chaos* | os2-emx* | rtmk-nova*)
 
121
  nto-qnx* | linux-gnu* | kfreebsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
126
122
    os=-$maybe_os
127
123
    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
128
124
    ;;
148
144
        -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
149
145
        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
150
146
        -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
151
 
        -apple | -axis | -knuth | -cray)
 
147
        -apple | -axis)
152
148
                os=
153
149
                basic_machine=$1
154
150
                ;;
173
169
        -hiux*)
174
170
                os=-hiuxwe2
175
171
                ;;
176
 
        -sco6)
177
 
                os=-sco5v6
178
 
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
179
 
                ;;
180
172
        -sco5)
181
173
                os=-sco3.2v5
182
174
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
193
185
                # Don't forget version if it is 3.2v4 or newer.
194
186
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
195
187
                ;;
196
 
        -sco5v6*)
197
 
                # Don't forget version if it is 3.2v4 or newer.
198
 
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
199
 
                ;;
200
188
        -sco*)
201
189
                os=-sco3.2v2
202
190
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
240
228
        | a29k \
241
229
        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
242
230
        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
243
 
        | am33_2.0 \
244
231
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
245
 
        | bfin \
246
232
        | c4x | clipper \
247
233
        | d10v | d30v | dlx | dsp16xx \
248
234
        | fr30 | frv \
249
235
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
250
236
        | i370 | i860 | i960 | ia64 \
251
 
        | ip2k | iq2000 \
252
 
        | m32c | m32r | m32rle | m68000 | m68k | m88k \
253
 
        | maxq | mb | microblaze | mcore \
 
237
        | ip2k \
 
238
        | m32r | m68000 | m68k | m88k | mcore \
254
239
        | mips | mipsbe | mipseb | mipsel | mipsle \
255
240
        | mips16 \
256
241
        | mips64 | mips64el \
259
244
        | mips64vr4100 | mips64vr4100el \
260
245
        | mips64vr4300 | mips64vr4300el \
261
246
        | mips64vr5000 | mips64vr5000el \
262
 
        | mips64vr5900 | mips64vr5900el \
263
247
        | mipsisa32 | mipsisa32el \
264
248
        | mipsisa32r2 | mipsisa32r2el \
265
249
        | mipsisa64 | mipsisa64el \
266
 
        | mipsisa64r2 | mipsisa64r2el \
267
250
        | mipsisa64sb1 | mipsisa64sb1el \
268
251
        | mipsisa64sr71k | mipsisa64sr71kel \
269
252
        | mipstx39 | mipstx39el \
270
253
        | mn10200 | mn10300 \
271
 
        | mt \
272
254
        | msp430 \
273
 
        | nios | nios2 \
274
255
        | ns16k | ns32k \
275
 
        | or32 \
 
256
        | openrisc | or32 \
276
257
        | pdp10 | pdp11 | pj | pjl \
277
258
        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
278
259
        | pyramid \
279
 
        | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
 
260
        | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
280
261
        | sh64 | sh64le \
281
 
        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
282
 
        | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
283
 
        | spu | strongarm \
 
262
        | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \
 
263
        | strongarm \
284
264
        | tahoe | thumb | tic4x | tic80 | tron \
285
265
        | v850 | v850e \
286
266
        | we32k \
287
 
        | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
 
267
        | x86 | xscale | xstormy16 | xtensa \
288
268
        | z8k)
289
269
                basic_machine=$basic_machine-unknown
290
270
                ;;
295
275
                ;;
296
276
        m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
297
277
                ;;
298
 
        ms1)
299
 
                basic_machine=mt-unknown
300
 
                ;;
301
278
 
302
279
        # We use `pc' rather than `unknown'
303
280
        # because (1) that's what they normally are, and
315
292
        | a29k-* \
316
293
        | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
317
294
        | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
318
 
        | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
 
295
        | alphapca5[67]-* | alpha64pca5[67]-* | amd64-* | arc-* \
319
296
        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
320
297
        | avr-* \
321
 
        | bfin-* | bs2000-* \
 
298
        | bs2000-* \
322
299
        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
323
 
        | clipper-* | craynv-* | cydra-* \
 
300
        | clipper-* | cydra-* \
324
301
        | d10v-* | d30v-* | dlx-* \
325
302
        | elxsi-* \
326
303
        | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
327
304
        | h8300-* | h8500-* \
328
305
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
329
306
        | i*86-* | i860-* | i960-* | ia64-* \
330
 
        | ip2k-* | iq2000-* \
331
 
        | m32c-* | m32r-* | m32rle-* \
 
307
        | ip2k-* \
 
308
        | m32r-* \
332
309
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
333
 
        | m88110-* | m88k-* | maxq-* | mcore-* \
 
310
        | m88110-* | m88k-* | mcore-* \
334
311
        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
335
312
        | mips16-* \
336
313
        | mips64-* | mips64el-* \
339
316
        | mips64vr4100-* | mips64vr4100el-* \
340
317
        | mips64vr4300-* | mips64vr4300el-* \
341
318
        | mips64vr5000-* | mips64vr5000el-* \
342
 
        | mips64vr5900-* | mips64vr5900el-* \
343
319
        | mipsisa32-* | mipsisa32el-* \
344
320
        | mipsisa32r2-* | mipsisa32r2el-* \
345
321
        | mipsisa64-* | mipsisa64el-* \
346
 
        | mipsisa64r2-* | mipsisa64r2el-* \
347
322
        | mipsisa64sb1-* | mipsisa64sb1el-* \
348
323
        | mipsisa64sr71k-* | mipsisa64sr71kel-* \
349
324
        | mipstx39-* | mipstx39el-* \
350
 
        | mmix-* \
351
 
        | mt-* \
352
325
        | msp430-* \
353
 
        | nios-* | nios2-* \
354
 
        | none-* | np1-* | ns16k-* | ns32k-* \
 
326
        | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \
355
327
        | orion-* \
356
328
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
357
329
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
358
330
        | pyramid-* \
359
331
        | romp-* | rs6000-* \
360
 
        | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
 
332
        | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
361
333
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
362
 
        | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
363
 
        | sparclite-* \
364
 
        | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
 
334
        | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
 
335
        | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
365
336
        | tahoe-* | thumb-* \
366
337
        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
367
338
        | tron-* \
368
339
        | v850-* | v850e-* | vax-* \
369
340
        | we32k-* \
370
 
        | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
371
 
        | xstormy16-* | xtensa-* \
 
341
        | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
 
342
        | xtensa-* \
372
343
        | ymp-* \
373
344
        | z8k-*)
374
345
                ;;
388
359
                basic_machine=a29k-amd
389
360
                os=-udi
390
361
                ;;
391
 
        abacus)
392
 
                basic_machine=abacus-unknown
393
 
                ;;
394
362
        adobe68k)
395
363
                basic_machine=m68010-adobe
396
364
                os=-scout
408
376
        amd64)
409
377
                basic_machine=x86_64-pc
410
378
                ;;
411
 
        amd64-*)
412
 
                basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
413
 
                ;;
414
379
        amdahl)
415
380
                basic_machine=580-amdahl
416
381
                os=-sysv
470
435
                basic_machine=j90-cray
471
436
                os=-unicos
472
437
                ;;
473
 
        craynv)
474
 
                basic_machine=craynv-cray
475
 
                os=-unicosmp
476
 
                ;;
477
 
        cr16c)
478
 
                basic_machine=cr16c-unknown
479
 
                os=-elf
480
 
                ;;
481
438
        crds | unos)
482
439
                basic_machine=m68k-crds
483
440
                ;;
484
 
        crisv32 | crisv32-* | etraxfs*)
485
 
                basic_machine=crisv32-axis
486
 
                ;;
487
441
        cris | cris-* | etrax*)
488
442
                basic_machine=cris-axis
489
443
                ;;
490
 
        crx)
491
 
                basic_machine=crx-unknown
492
 
                os=-elf
493
 
                ;;
494
444
        da30 | da30-*)
495
445
                basic_machine=m68k-da30
496
446
                ;;
513
463
                basic_machine=m88k-motorola
514
464
                os=-sysv3
515
465
                ;;
516
 
        djgpp)
517
 
                basic_machine=i586-pc
518
 
                os=-msdosdjgpp
519
 
                ;;
520
466
        dpx20 | dpx20-*)
521
467
                basic_machine=rs6000-bull
522
468
                os=-bosx
695
641
        mips3*)
696
642
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
697
643
                ;;
 
644
        mmix*)
 
645
                basic_machine=mmix-knuth
 
646
                os=-mmixware
 
647
                ;;
698
648
        monitor)
699
649
                basic_machine=m68k-rom68k
700
650
                os=-coff
707
657
                basic_machine=i386-pc
708
658
                os=-msdos
709
659
                ;;
710
 
        ms1-*)
711
 
                basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
712
 
                ;;
713
660
        mvs)
714
661
                basic_machine=i370-ibm
715
662
                os=-mvs
778
725
        np1)
779
726
                basic_machine=np1-gould
780
727
                ;;
 
728
        nv1)
 
729
                basic_machine=nv1-cray
 
730
                os=-unicosmp
 
731
                ;;
781
732
        nsr-tandem)
782
733
                basic_machine=nsr-tandem
783
734
                ;;
785
736
                basic_machine=hppa1.1-oki
786
737
                os=-proelf
787
738
                ;;
788
 
        openrisc | openrisc-*)
 
739
        or32 | or32-*)
789
740
                basic_machine=or32-unknown
790
 
                ;;
791
 
        os400)
792
 
                basic_machine=powerpc-ibm
793
 
                os=-os400
 
741
                os=-coff
794
742
                ;;
795
743
        OSE68000 | ose68000)
796
744
                basic_machine=m68000-ericsson
817
765
        pc532 | pc532-*)
818
766
                basic_machine=ns32k-pc532
819
767
                ;;
820
 
        pc98)
821
 
                basic_machine=i386-pc
822
 
                ;;
823
 
        pc98-*)
824
 
                basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
825
 
                ;;
826
768
        pentium | p5 | k5 | k6 | nexgen | viac3)
827
769
                basic_machine=i586-pc
828
770
                ;;
879
821
                basic_machine=i586-unknown
880
822
                os=-pw32
881
823
                ;;
882
 
        rdos)
883
 
                basic_machine=i386-pc
884
 
                os=-rdos
885
 
                ;;
886
824
        rom68k)
887
825
                basic_machine=m68k-rom68k
888
826
                os=-coff
1022
960
        tower | tower-32)
1023
961
                basic_machine=m68k-ncr
1024
962
                ;;
1025
 
        tpf)
1026
 
                basic_machine=s390x-ibm
1027
 
                os=-tpf
1028
 
                ;;
1029
963
        udi29k)
1030
964
                basic_machine=a29k-amd
1031
965
                os=-udi
1069
1003
                basic_machine=hppa1.1-winbond
1070
1004
                os=-proelf
1071
1005
                ;;
1072
 
        xbox)
1073
 
                basic_machine=i686-pc
1074
 
                os=-mingw32
1075
 
                ;;
1076
1006
        xps | xps100)
1077
1007
                basic_machine=xps100-honeywell
1078
1008
                ;;
1103
1033
        romp)
1104
1034
                basic_machine=romp-ibm
1105
1035
                ;;
1106
 
        mmix)
1107
 
                basic_machine=mmix-knuth
1108
 
                ;;
1109
1036
        rs6000)
1110
1037
                basic_machine=rs6000-ibm
1111
1038
                ;;
1122
1049
        we32k)
1123
1050
                basic_machine=we32k-att
1124
1051
                ;;
1125
 
        sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
 
1052
        sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
1126
1053
                basic_machine=sh-unknown
1127
1054
                ;;
1128
 
        sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
 
1055
        sh64)
 
1056
                basic_machine=sh64-unknown
 
1057
                ;;
 
1058
        sparc | sparcv9 | sparcv9b)
1129
1059
                basic_machine=sparc-sun
1130
1060
                ;;
1131
1061
        cydra)
1198
1128
              | -aos* \
1199
1129
              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1200
1130
              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1201
 
              | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
1202
 
              | -openbsd* | -solidbsd* \
1203
 
              | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
1204
 
              | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
 
1131
              | -hiux* | -386bsd* | -netbsd* | -openbsd* | -kfreebsd* | -freebsd* | -riscix* \
 
1132
              | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1205
1133
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1206
1134
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1207
1135
              | -chorusos* | -chorusrdb* \
1208
1136
              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1209
 
              | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
1210
 
              | -uxpv* | -beos* | -mpeix* | -udk* \
 
1137
              | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
1211
1138
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1212
1139
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1213
1140
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1214
1141
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1215
1142
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1216
 
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1217
 
              | -skyos* | -haiku* | -rdos*)
 
1143
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei*)
1218
1144
        # Remember, each alternative MUST END IN *, to match a version number.
1219
1145
                ;;
1220
1146
        -qnx*)
1232
1158
                os=`echo $os | sed -e 's|nto|nto-qnx|'`
1233
1159
                ;;
1234
1160
        -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1235
 
              | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
 
1161
              | -windows* | -osx | -abug | -netware* | -os9* | -beos* \
1236
1162
              | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
1237
1163
                ;;
1238
1164
        -mac*)
1239
1165
                os=`echo $os | sed -e 's|mac|macos|'`
1240
1166
                ;;
1241
 
        -linux-dietlibc)
1242
 
                os=-linux-dietlibc
1243
 
                ;;
1244
1167
        -linux*)
1245
1168
                os=`echo $os | sed -e 's|linux|linux-gnu|'`
1246
1169
                ;;
1253
1176
        -opened*)
1254
1177
                os=-openedition
1255
1178
                ;;
1256
 
        -os400*)
1257
 
                os=-os400
1258
 
                ;;
1259
1179
        -wince*)
1260
1180
                os=-wince
1261
1181
                ;;
1277
1197
        -atheos*)
1278
1198
                os=-atheos
1279
1199
                ;;
1280
 
        -syllable*)
1281
 
                os=-syllable
1282
 
                ;;
1283
1200
        -386bsd)
1284
1201
                os=-bsd
1285
1202
                ;;
1302
1219
        -sinix*)
1303
1220
                os=-sysv4
1304
1221
                ;;
1305
 
        -tpf*)
1306
 
                os=-tpf
1307
 
                ;;
1308
1222
        -triton*)
1309
1223
                os=-sysv3
1310
1224
                ;;
1341
1255
        -kaos*)
1342
1256
                os=-kaos
1343
1257
                ;;
1344
 
        -zvmoe)
1345
 
                os=-zvmoe
1346
 
                ;;
1347
1258
        -none)
1348
1259
                ;;
1349
1260
        *)
1366
1277
# system, and we'll never get to this point.
1367
1278
 
1368
1279
case $basic_machine in
1369
 
        spu-*)
1370
 
                os=-elf
1371
 
                ;;
1372
1280
        *-acorn)
1373
1281
                os=-riscix1.2
1374
1282
                ;;
1378
1286
        arm*-semi)
1379
1287
                os=-aout
1380
1288
                ;;
1381
 
        c4x-* | tic4x-*)
1382
 
                os=-coff
1383
 
                ;;
 
1289
    c4x-* | tic4x-*)
 
1290
        os=-coff
 
1291
        ;;
1384
1292
        # This must come before the *-dec entry.
1385
1293
        pdp10-*)
1386
1294
                os=-tops20
1424
1332
        *-be)
1425
1333
                os=-beos
1426
1334
                ;;
1427
 
        *-haiku)
1428
 
                os=-haiku
1429
 
                ;;
1430
1335
        *-ibm)
1431
1336
                os=-aix
1432
1337
                ;;
1433
 
        *-knuth)
1434
 
                os=-mmixware
1435
 
                ;;
1436
1338
        *-wec)
1437
1339
                os=-proelf
1438
1340
                ;;
1565
1467
                        -mvs* | -opened*)
1566
1468
                                vendor=ibm
1567
1469
                                ;;
1568
 
                        -os400*)
1569
 
                                vendor=ibm
1570
 
                                ;;
1571
1470
                        -ptx*)
1572
1471
                                vendor=sequent
1573
1472
                                ;;
1574
 
                        -tpf*)
1575
 
                                vendor=ibm
1576
 
                                ;;
1577
1473
                        -vxsim* | -vxworks* | -windiss*)
1578
1474
                                vendor=wrs
1579
1475
                                ;;
1598
1494
esac
1599
1495
 
1600
1496
echo $basic_machine$os
1601
 
exit
 
1497
exit 0
1602
1498
 
1603
1499
# Local variables:
1604
1500
# eval: (add-hook 'write-file-hooks 'time-stamp)