~ubuntu-branches/ubuntu/maverick/xmp/maverick

« back to all changes in this revision

Viewing changes to scripts/config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2005-12-18 22:27:33 UTC
  • Revision ID: james.westby@ubuntu.com-20051218222733-shmbe12hdqyxqvl4
Tags: 2.0.4d-11
* Add libxt-dev to build-dependencies to fix FTBFS.
* Update config.{guess,sub}.

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-05-09'
 
6
timestamp='2005-07-08'
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-uclibc* | uclinux-uclibc* | uclinux-gnu* | \
 
123
  kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
122
124
    os=-$maybe_os
123
125
    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
124
126
    ;;
144
146
        -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
145
147
        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
146
148
        -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
147
 
        -apple | -axis)
 
149
        -apple | -axis | -knuth | -cray)
148
150
                os=
149
151
                basic_machine=$1
150
152
                ;;
228
230
        | a29k \
229
231
        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
230
232
        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
 
233
        | am33_2.0 \
231
234
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
232
 
        | clipper \
 
235
        | bfin \
 
236
        | c4x | clipper \
233
237
        | d10v | d30v | dlx | dsp16xx \
234
238
        | fr30 | frv \
235
239
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
236
240
        | i370 | i860 | i960 | ia64 \
237
 
        | ip2k \
238
 
        | m32r | m68000 | m68k | m88k | mcore \
 
241
        | ip2k | iq2000 \
 
242
        | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \
239
243
        | mips | mipsbe | mipseb | mipsel | mipsle \
240
244
        | mips16 \
241
245
        | mips64 | mips64el \
244
248
        | mips64vr4100 | mips64vr4100el \
245
249
        | mips64vr4300 | mips64vr4300el \
246
250
        | mips64vr5000 | mips64vr5000el \
 
251
        | mips64vr5900 | mips64vr5900el \
247
252
        | mipsisa32 | mipsisa32el \
248
253
        | mipsisa32r2 | mipsisa32r2el \
249
254
        | mipsisa64 | mipsisa64el \
 
255
        | mipsisa64r2 | mipsisa64r2el \
250
256
        | mipsisa64sb1 | mipsisa64sb1el \
251
257
        | mipsisa64sr71k | mipsisa64sr71kel \
252
258
        | mipstx39 | mipstx39el \
253
259
        | mn10200 | mn10300 \
 
260
        | ms1 \
254
261
        | msp430 \
255
262
        | ns16k | ns32k \
256
 
        | openrisc | or32 \
 
263
        | or32 \
257
264
        | pdp10 | pdp11 | pj | pjl \
258
265
        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
259
266
        | pyramid \
260
 
        | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
 
267
        | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
261
268
        | sh64 | sh64le \
262
 
        | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \
 
269
        | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
 
270
        | sparcv8 | sparcv9 | sparcv9b \
263
271
        | strongarm \
264
 
        | tahoe | thumb | tic80 | tron \
 
272
        | tahoe | thumb | tic4x | tic80 | tron \
265
273
        | v850 | v850e \
266
274
        | we32k \
267
 
        | x86 | xscale | xstormy16 | xtensa \
 
275
        | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
268
276
        | z8k)
269
277
                basic_machine=$basic_machine-unknown
270
278
                ;;
 
279
        m32c)
 
280
                basic_machine=$basic_machine-unknown
 
281
                ;;
271
282
        m6811 | m68hc11 | m6812 | m68hc12)
272
283
                # Motorola 68HC11/12.
273
284
                basic_machine=$basic_machine-unknown
295
306
        | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
296
307
        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
297
308
        | avr-* \
298
 
        | bs2000-* \
 
309
        | bfin-* | bs2000-* \
299
310
        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
300
 
        | clipper-* | cydra-* \
 
311
        | clipper-* | craynv-* | cydra-* \
301
312
        | d10v-* | d30v-* | dlx-* \
302
313
        | elxsi-* \
303
314
        | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
304
315
        | h8300-* | h8500-* \
305
316
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
306
317
        | i*86-* | i860-* | i960-* | ia64-* \
307
 
        | ip2k-* \
308
 
        | m32r-* \
 
318
        | ip2k-* | iq2000-* \
 
319
        | m32r-* | m32rle-* \
309
320
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
310
 
        | m88110-* | m88k-* | mcore-* \
 
321
        | m88110-* | m88k-* | maxq-* | mcore-* \
311
322
        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
312
323
        | mips16-* \
313
324
        | mips64-* | mips64el-* \
316
327
        | mips64vr4100-* | mips64vr4100el-* \
317
328
        | mips64vr4300-* | mips64vr4300el-* \
318
329
        | mips64vr5000-* | mips64vr5000el-* \
 
330
        | mips64vr5900-* | mips64vr5900el-* \
319
331
        | mipsisa32-* | mipsisa32el-* \
320
332
        | mipsisa32r2-* | mipsisa32r2el-* \
321
333
        | mipsisa64-* | mipsisa64el-* \
 
334
        | mipsisa64r2-* | mipsisa64r2el-* \
322
335
        | mipsisa64sb1-* | mipsisa64sb1el-* \
323
336
        | mipsisa64sr71k-* | mipsisa64sr71kel-* \
324
337
        | mipstx39-* | mipstx39el-* \
 
338
        | mmix-* \
 
339
        | ms1-* \
325
340
        | msp430-* \
326
 
        | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \
 
341
        | none-* | np1-* | ns16k-* | ns32k-* \
327
342
        | orion-* \
328
343
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
329
344
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
330
345
        | pyramid-* \
331
346
        | romp-* | rs6000-* \
332
 
        | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
 
347
        | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
333
348
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
334
 
        | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
335
 
        | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
 
349
        | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
 
350
        | sparclite-* \
 
351
        | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
336
352
        | tahoe-* | thumb-* \
337
353
        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
338
354
        | tron-* \
339
355
        | v850-* | v850e-* | vax-* \
340
356
        | we32k-* \
341
 
        | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
342
 
        | xtensa-* \
 
357
        | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
 
358
        | xstormy16-* | xtensa-* \
343
359
        | ymp-* \
344
360
        | z8k-*)
345
361
                ;;
 
362
        m32c-*)
 
363
                ;;
346
364
        # Recognize the various machine names and aliases which stand
347
365
        # for a CPU type and a company and sometimes even an OS.
348
366
        386bsd)
359
377
                basic_machine=a29k-amd
360
378
                os=-udi
361
379
                ;;
 
380
        abacus)
 
381
                basic_machine=abacus-unknown
 
382
                ;;
362
383
        adobe68k)
363
384
                basic_machine=m68010-adobe
364
385
                os=-scout
376
397
        amd64)
377
398
                basic_machine=x86_64-pc
378
399
                ;;
 
400
        amd64-*)
 
401
                basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
 
402
                ;;
379
403
        amdahl)
380
404
                basic_machine=580-amdahl
381
405
                os=-sysv
435
459
                basic_machine=j90-cray
436
460
                os=-unicos
437
461
                ;;
 
462
        craynv)
 
463
                basic_machine=craynv-cray
 
464
                os=-unicosmp
 
465
                ;;
 
466
        cr16c)
 
467
                basic_machine=cr16c-unknown
 
468
                os=-elf
 
469
                ;;
438
470
        crds | unos)
439
471
                basic_machine=m68k-crds
440
472
                ;;
 
473
        crisv32 | crisv32-* | etraxfs*)
 
474
                basic_machine=crisv32-axis
 
475
                ;;
441
476
        cris | cris-* | etrax*)
442
477
                basic_machine=cris-axis
443
478
                ;;
 
479
        crx)
 
480
                basic_machine=crx-unknown
 
481
                os=-elf
 
482
                ;;
444
483
        da30 | da30-*)
445
484
                basic_machine=m68k-da30
446
485
                ;;
463
502
                basic_machine=m88k-motorola
464
503
                os=-sysv3
465
504
                ;;
 
505
        djgpp)
 
506
                basic_machine=i586-pc
 
507
                os=-msdosdjgpp
 
508
                ;;
466
509
        dpx20 | dpx20-*)
467
510
                basic_machine=rs6000-bull
468
511
                os=-bosx
641
684
        mips3*)
642
685
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
643
686
                ;;
644
 
        mmix*)
645
 
                basic_machine=mmix-knuth
646
 
                os=-mmixware
647
 
                ;;
648
687
        monitor)
649
688
                basic_machine=m68k-rom68k
650
689
                os=-coff
725
764
        np1)
726
765
                basic_machine=np1-gould
727
766
                ;;
728
 
        nv1)
729
 
                basic_machine=nv1-cray
730
 
                os=-unicosmp
731
 
                ;;
732
767
        nsr-tandem)
733
768
                basic_machine=nsr-tandem
734
769
                ;;
736
771
                basic_machine=hppa1.1-oki
737
772
                os=-proelf
738
773
                ;;
739
 
        or32 | or32-*)
 
774
        openrisc | openrisc-*)
740
775
                basic_machine=or32-unknown
741
 
                os=-coff
 
776
                ;;
 
777
        os400)
 
778
                basic_machine=powerpc-ibm
 
779
                os=-os400
742
780
                ;;
743
781
        OSE68000 | ose68000)
744
782
                basic_machine=m68000-ericsson
771
809
        pentiumpro | p6 | 6x86 | athlon | athlon_*)
772
810
                basic_machine=i686-pc
773
811
                ;;
774
 
        pentiumii | pentium2)
 
812
        pentiumii | pentium2 | pentiumiii | pentium3)
775
813
                basic_machine=i686-pc
776
814
                ;;
 
815
        pentium4)
 
816
                basic_machine=i786-pc
 
817
                ;;
777
818
        pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
778
819
                basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
779
820
                ;;
780
821
        pentiumpro-* | p6-* | 6x86-* | athlon-*)
781
822
                basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
782
823
                ;;
783
 
        pentiumii-* | pentium2-*)
 
824
        pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
784
825
                basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
785
826
                ;;
 
827
        pentium4-*)
 
828
                basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
 
829
                ;;
786
830
        pn)
787
831
                basic_machine=pn-gould
788
832
                ;;
841
885
        sb1el)
842
886
                basic_machine=mipsisa64sb1el-unknown
843
887
                ;;
 
888
        sei)
 
889
                basic_machine=mips-sei
 
890
                os=-seiux
 
891
                ;;
844
892
        sequent)
845
893
                basic_machine=i386-sequent
846
894
                ;;
848
896
                basic_machine=sh-hitachi
849
897
                os=-hms
850
898
                ;;
 
899
        sh64)
 
900
                basic_machine=sh64-unknown
 
901
                ;;
851
902
        sparclite-wrs | simso-wrs)
852
903
                basic_machine=sparclite-wrs
853
904
                os=-vxworks
922
973
                basic_machine=t90-cray
923
974
                os=-unicos
924
975
                ;;
925
 
        tic4x | c4x*)
926
 
                basic_machine=tic4x-unknown
927
 
                os=-coff
928
 
                ;;
929
976
        tic54x | c54x*)
930
977
                basic_machine=tic54x-unknown
931
978
                os=-coff
951
998
        tower | tower-32)
952
999
                basic_machine=m68k-ncr
953
1000
                ;;
 
1001
        tpf)
 
1002
                basic_machine=s390x-ibm
 
1003
                os=-tpf
 
1004
                ;;
954
1005
        udi29k)
955
1006
                basic_machine=a29k-amd
956
1007
                os=-udi
994
1045
                basic_machine=hppa1.1-winbond
995
1046
                os=-proelf
996
1047
                ;;
 
1048
        xbox)
 
1049
                basic_machine=i686-pc
 
1050
                os=-mingw32
 
1051
                ;;
997
1052
        xps | xps100)
998
1053
                basic_machine=xps100-honeywell
999
1054
                ;;
1024
1079
        romp)
1025
1080
                basic_machine=romp-ibm
1026
1081
                ;;
 
1082
        mmix)
 
1083
                basic_machine=mmix-knuth
 
1084
                ;;
1027
1085
        rs6000)
1028
1086
                basic_machine=rs6000-ibm
1029
1087
                ;;
1040
1098
        we32k)
1041
1099
                basic_machine=we32k-att
1042
1100
                ;;
1043
 
        sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
 
1101
        sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
1044
1102
                basic_machine=sh-unknown
1045
1103
                ;;
1046
 
        sh64)
1047
 
                basic_machine=sh64-unknown
1048
 
                ;;
1049
 
        sparc | sparcv9 | sparcv9b)
 
1104
        sparc | sparcv8 | sparcv9 | sparcv9b)
1050
1105
                basic_machine=sparc-sun
1051
1106
                ;;
1052
1107
        cydra)
1119
1174
              | -aos* \
1120
1175
              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1121
1176
              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1122
 
              | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
1123
 
              | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
 
1177
              | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \
 
1178
              | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
 
1179
              | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1124
1180
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1125
1181
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1126
1182
              | -chorusos* | -chorusrdb* \
1127
1183
              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1128
 
              | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
 
1184
              | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \
1129
1185
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1130
1186
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1131
1187
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1132
1188
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1133
1189
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1134
 
              | -powermax* | -dnix*)
 
1190
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
 
1191
              | -skyos* | -haiku*)
1135
1192
        # Remember, each alternative MUST END IN *, to match a version number.
1136
1193
                ;;
1137
1194
        -qnx*)
1149
1206
                os=`echo $os | sed -e 's|nto|nto-qnx|'`
1150
1207
                ;;
1151
1208
        -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1152
 
              | -windows* | -osx | -abug | -netware* | -os9* | -beos* \
 
1209
              | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
1153
1210
              | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
1154
1211
                ;;
1155
1212
        -mac*)
1156
1213
                os=`echo $os | sed -e 's|mac|macos|'`
1157
1214
                ;;
 
1215
        -linux-dietlibc)
 
1216
                os=-linux-dietlibc
 
1217
                ;;
1158
1218
        -linux*)
1159
1219
                os=`echo $os | sed -e 's|linux|linux-gnu|'`
1160
1220
                ;;
1167
1227
        -opened*)
1168
1228
                os=-openedition
1169
1229
                ;;
 
1230
        -os400*)
 
1231
                os=-os400
 
1232
                ;;
1170
1233
        -wince*)
1171
1234
                os=-wince
1172
1235
                ;;
1188
1251
        -atheos*)
1189
1252
                os=-atheos
1190
1253
                ;;
 
1254
        -syllable*)
 
1255
                os=-syllable
 
1256
                ;;
1191
1257
        -386bsd)
1192
1258
                os=-bsd
1193
1259
                ;;
1210
1276
        -sinix*)
1211
1277
                os=-sysv4
1212
1278
                ;;
 
1279
        -tpf*)
 
1280
                os=-tpf
 
1281
                ;;
1213
1282
        -triton*)
1214
1283
                os=-sysv3
1215
1284
                ;;
1246
1315
        -kaos*)
1247
1316
                os=-kaos
1248
1317
                ;;
 
1318
        -zvmoe)
 
1319
                os=-zvmoe
 
1320
                ;;
1249
1321
        -none)
1250
1322
                ;;
1251
1323
        *)
1277
1349
        arm*-semi)
1278
1350
                os=-aout
1279
1351
                ;;
 
1352
    c4x-* | tic4x-*)
 
1353
        os=-coff
 
1354
        ;;
1280
1355
        # This must come before the *-dec entry.
1281
1356
        pdp10-*)
1282
1357
                os=-tops20
1320
1395
        *-be)
1321
1396
                os=-beos
1322
1397
                ;;
 
1398
        *-haiku)
 
1399
                os=-haiku
 
1400
                ;;
1323
1401
        *-ibm)
1324
1402
                os=-aix
1325
1403
                ;;
 
1404
        *-knuth)
 
1405
                os=-mmixware
 
1406
                ;;
1326
1407
        *-wec)
1327
1408
                os=-proelf
1328
1409
                ;;
1455
1536
                        -mvs* | -opened*)
1456
1537
                                vendor=ibm
1457
1538
                                ;;
 
1539
                        -os400*)
 
1540
                                vendor=ibm
 
1541
                                ;;
1458
1542
                        -ptx*)
1459
1543
                                vendor=sequent
1460
1544
                                ;;
 
1545
                        -tpf*)
 
1546
                                vendor=ibm
 
1547
                                ;;
1461
1548
                        -vxsim* | -vxworks* | -windiss*)
1462
1549
                                vendor=wrs
1463
1550
                                ;;
1482
1569
esac
1483
1570
 
1484
1571
echo $basic_machine$os
1485
 
exit 0
 
1572
exit
1486
1573
 
1487
1574
# Local variables:
1488
1575
# eval: (add-hook 'write-file-hooks 'time-stamp)