~ubuntu-branches/ubuntu/warty/crossfire-client/warty

« back to all changes in this revision

Viewing changes to utils/config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Jaakko Niemi
  • Date: 2003-11-15 22:42:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20031115224235-ib30cdn3dvr5ptle
Tags: 1.6.0-2
* update config.{guess,sub} and slap self (closes: 218684)
* small patch to x11/png.c to fix segfault (closes: #218015, #218674)

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 Free Software Foundation, Inc.
 
4
#   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
5
5
 
6
 
timestamp='2002-02-01'
 
6
timestamp='2003-10-07'
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
118
118
# Here we must recognize all the valid KERNEL-OS combinations.
119
119
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
120
120
case $maybe_os in
121
 
  nto-qnx* | linux-gnu* | storm-chaos* | os2-emx* | windows32-*)
 
121
  nto-qnx* | linux-gnu* | linux-dietlibc | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
122
122
    os=-$maybe_os
123
123
    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
124
124
    ;;
228
228
        | a29k \
229
229
        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
230
230
        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
 
231
        | am33_2.0 \
231
232
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
232
233
        | c4x | clipper \
233
 
        | d10v | d30v | dsp16xx \
234
 
        | fr30 \
 
234
        | d10v | d30v | dlx | dsp16xx \
 
235
        | fr30 | frv \
235
236
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
236
237
        | i370 | i860 | i960 | ia64 \
 
238
        | ip2k | iq2000 \
237
239
        | m32r | m68000 | m68k | m88k | mcore \
238
 
        | mips16 | mips64 | mips64el | mips64orion | mips64orionel \
239
 
        | mips64vr4100 | mips64vr4100el | mips64vr4300 \
240
 
        | mips64vr4300el | mips64vr5000 | mips64vr5000el \
241
 
        | mipsbe | mipseb | mipsel | mipsle | mipstx39 | mipstx39el \
242
 
        | mipsisa32 \
 
240
        | mips | mipsbe | mipseb | mipsel | mipsle \
 
241
        | mips16 \
 
242
        | mips64 | mips64el \
 
243
        | mips64vr | mips64vrel \
 
244
        | mips64orion | mips64orionel \
 
245
        | mips64vr4100 | mips64vr4100el \
 
246
        | mips64vr4300 | mips64vr4300el \
 
247
        | mips64vr5000 | mips64vr5000el \
 
248
        | mipsisa32 | mipsisa32el \
 
249
        | mipsisa32r2 | mipsisa32r2el \
 
250
        | mipsisa64 | mipsisa64el \
 
251
        | mipsisa64r2 | mipsisa64r2el \
 
252
        | mipsisa64sb1 | mipsisa64sb1el \
 
253
        | mipsisa64sr71k | mipsisa64sr71kel \
 
254
        | mipstx39 | mipstx39el \
243
255
        | mn10200 | mn10300 \
 
256
        | msp430 \
244
257
        | ns16k | ns32k \
245
258
        | openrisc | or32 \
246
259
        | pdp10 | pdp11 | pj | pjl \
247
260
        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
248
261
        | pyramid \
249
 
        | sh | sh[34] | sh[34]eb | shbe | shle \
250
 
        | sparc | sparc64 | sparclet | sparclite | sparcv9 | sparcv9b \
 
262
        | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
 
263
        | sh64 | sh64le \
 
264
        | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \
251
265
        | strongarm \
252
 
        | tahoe | thumb | tic80 | tron \
 
266
        | tahoe | thumb | tic4x | tic80 | tron \
253
267
        | v850 | v850e \
254
268
        | we32k \
255
269
        | x86 | xscale | xstormy16 | xtensa \
281
295
        | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
282
296
        | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
283
297
        | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
284
 
        | arm-*  | armbe-* | armle-* | armv*-* \
 
298
        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
285
299
        | avr-* \
286
300
        | bs2000-* \
287
 
        | c[123]* | c30-* | [cjt]90-* | c54x-* \
288
 
        | clipper-* | cray2-* | cydra-* \
289
 
        | d10v-* | d30v-* \
 
301
        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
 
302
        | clipper-* | cydra-* \
 
303
        | d10v-* | d30v-* | dlx-* \
290
304
        | elxsi-* \
291
 
        | f30[01]-* | f700-* | fr30-* | fx80-* \
 
305
        | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
292
306
        | h8300-* | h8500-* \
293
307
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
294
308
        | i*86-* | i860-* | i960-* | ia64-* \
 
309
        | ip2k-* | iq2000-* \
295
310
        | m32r-* \
296
 
        | m68000-* | m680[01234]0-* | m68360-* | m683?2-* | m68k-* \
 
311
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
297
312
        | m88110-* | m88k-* | mcore-* \
298
 
        | mips-* | mips16-* | mips64-* | mips64el-* | mips64orion-* \
299
 
        | mips64orionel-* | mips64vr4100-* | mips64vr4100el-* \
300
 
        | mips64vr4300-* | mips64vr4300el-* | mipsbe-* | mipseb-* \
301
 
        | mipsle-* | mipsel-* | mipstx39-* | mipstx39el-* \
302
 
        | none-* | np1-* | ns16k-* | ns32k-* \
 
313
        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
 
314
        | mips16-* \
 
315
        | mips64-* | mips64el-* \
 
316
        | mips64vr-* | mips64vrel-* \
 
317
        | mips64orion-* | mips64orionel-* \
 
318
        | mips64vr4100-* | mips64vr4100el-* \
 
319
        | mips64vr4300-* | mips64vr4300el-* \
 
320
        | mips64vr5000-* | mips64vr5000el-* \
 
321
        | mipsisa32-* | mipsisa32el-* \
 
322
        | mipsisa32r2-* | mipsisa32r2el-* \
 
323
        | mipsisa64-* | mipsisa64el-* \
 
324
        | mipsisa64r2-* | mipsisa64r2el-* \
 
325
        | mipsisa64sb1-* | mipsisa64sb1el-* \
 
326
        | mipsisa64sr71k-* | mipsisa64sr71kel-* \
 
327
        | mipstx39-* | mipstx39el-* \
 
328
        | msp430-* \
 
329
        | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \
303
330
        | orion-* \
304
331
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
305
332
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
306
333
        | pyramid-* \
307
334
        | romp-* | rs6000-* \
308
 
        | sh-* | sh[34]-* | sh[34]eb-* | shbe-* | shle-* \
309
 
        | sparc-* | sparc64-* | sparc86x-* | sparclite-* \
310
 
        | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* \
311
 
        | t3e-* | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \
 
335
        | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
 
336
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
 
337
        | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
 
338
        | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
 
339
        | tahoe-* | thumb-* \
 
340
        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
 
341
        | tron-* \
312
342
        | v850-* | v850e-* | vax-* \
313
343
        | we32k-* \
314
 
        | x86-* | x86_64-* | xmp-* | xps100-* | xscale-* | xstormy16-* \
 
344
        | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
315
345
        | xtensa-* \
316
346
        | ymp-* \
317
347
        | z8k-*)
346
376
                basic_machine=a29k-none
347
377
                os=-bsd
348
378
                ;;
 
379
        amd64)
 
380
                basic_machine=x86_64-pc
 
381
                ;;
349
382
        amdahl)
350
383
                basic_machine=580-amdahl
351
384
                os=-sysv
377
410
                basic_machine=ns32k-sequent
378
411
                os=-dynix
379
412
                ;;
 
413
        c90)
 
414
                basic_machine=c90-cray
 
415
                os=-unicos
 
416
                ;;
380
417
        convex-c1)
381
418
                basic_machine=c1-convex
382
419
                os=-bsd
397
434
                basic_machine=c38-convex
398
435
                os=-bsd
399
436
                ;;
400
 
        cray | ymp)
401
 
                basic_machine=ymp-cray
402
 
                os=-unicos
403
 
                ;;
404
 
        cray2)
405
 
                basic_machine=cray2-cray
406
 
                os=-unicos
407
 
                ;;
408
 
        [cjt]90)
409
 
                basic_machine=${basic_machine}-cray
 
437
        cray | j90)
 
438
                basic_machine=j90-cray
410
439
                os=-unicos
411
440
                ;;
412
441
        crds | unos)
609
638
                basic_machine=m68k-atari
610
639
                os=-mint
611
640
                ;;
612
 
        mipsel*-linux*)
613
 
                basic_machine=mipsel-unknown
614
 
                os=-linux-gnu
615
 
                ;;
616
 
        mips*-linux*)
617
 
                basic_machine=mips-unknown
618
 
                os=-linux-gnu
619
 
                ;;
620
641
        mips3*-*)
621
642
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
622
643
                ;;
707
728
        np1)
708
729
                basic_machine=np1-gould
709
730
                ;;
 
731
        nv1)
 
732
                basic_machine=nv1-cray
 
733
                os=-unicosmp
 
734
                ;;
710
735
        nsr-tandem)
711
736
                basic_machine=nsr-tandem
712
737
                ;;
740
765
        pbb)
741
766
                basic_machine=m68k-tti
742
767
                ;;
743
 
        pc532 | pc532-*)
 
768
        pc532 | pc532-*)
744
769
                basic_machine=ns32k-pc532
745
770
                ;;
746
771
        pentium | p5 | k5 | k6 | nexgen | viac3)
747
772
                basic_machine=i586-pc
748
773
                ;;
749
 
        pentiumpro | p6 | 6x86 | athlon)
750
 
                basic_machine=i686-pc
751
 
                ;;
752
 
        pentiumii | pentium2)
753
 
                basic_machine=i686-pc
 
774
        pentiumpro | p6 | 6x86 | athlon | athlon_*)
 
775
                basic_machine=i686-pc
 
776
                ;;
 
777
        pentiumii | pentium2 | pentiumiii | pentium3)
 
778
                basic_machine=i686-pc
 
779
                ;;
 
780
        pentium4)
 
781
                basic_machine=i786-pc
754
782
                ;;
755
783
        pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
756
784
                basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
758
786
        pentiumpro-* | p6-* | 6x86-* | athlon-*)
759
787
                basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
760
788
                ;;
761
 
        pentiumii-* | pentium2-*)
 
789
        pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
762
790
                basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
763
791
                ;;
 
792
        pentium4-*)
 
793
                basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
 
794
                ;;
764
795
        pn)
765
796
                basic_machine=pn-gould
766
797
                ;;
767
798
        power)  basic_machine=power-ibm
768
799
                ;;
769
800
        ppc)    basic_machine=powerpc-unknown
770
 
                ;;
 
801
                ;;
771
802
        ppc-*)  basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
772
803
                ;;
773
804
        ppcle | powerpclittle | ppc-le | powerpc-little)
774
805
                basic_machine=powerpcle-unknown
775
 
                ;;
 
806
                ;;
776
807
        ppcle-* | powerpclittle-*)
777
808
                basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
778
809
                ;;
779
810
        ppc64)  basic_machine=powerpc64-unknown
780
 
                ;;
 
811
                ;;
781
812
        ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
782
813
                ;;
783
814
        ppc64le | powerpc64little | ppc64-le | powerpc64-little)
784
815
                basic_machine=powerpc64le-unknown
785
 
                ;;
 
816
                ;;
786
817
        ppc64le-* | powerpc64little-*)
787
818
                basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
788
819
                ;;
813
844
                basic_machine=a29k-amd
814
845
                os=-udi
815
846
                ;;
 
847
        sb1)
 
848
                basic_machine=mipsisa64sb1-unknown
 
849
                ;;
 
850
        sb1el)
 
851
                basic_machine=mipsisa64sb1el-unknown
 
852
                ;;
 
853
        sei)
 
854
                basic_machine=mips-sei
 
855
                os=-seiux
 
856
                ;;
816
857
        sequent)
817
858
                basic_machine=i386-sequent
818
859
                ;;
820
861
                basic_machine=sh-hitachi
821
862
                os=-hms
822
863
                ;;
 
864
        sh64)
 
865
                basic_machine=sh64-unknown
 
866
                ;;
823
867
        sparclite-wrs | simso-wrs)
824
868
                basic_machine=sparclite-wrs
825
869
                os=-vxworks
887
931
                os=-dynix
888
932
                ;;
889
933
        t3e)
890
 
                basic_machine=t3e-cray
 
934
                basic_machine=alphaev5-cray
 
935
                os=-unicos
 
936
                ;;
 
937
        t90)
 
938
                basic_machine=t90-cray
891
939
                os=-unicos
892
940
                ;;
893
941
        tic54x | c54x*)
894
942
                basic_machine=tic54x-unknown
895
943
                os=-coff
896
944
                ;;
 
945
        tic55x | c55x*)
 
946
                basic_machine=tic55x-unknown
 
947
                os=-coff
 
948
                ;;
 
949
        tic6x | c6x*)
 
950
                basic_machine=tic6x-unknown
 
951
                os=-coff
 
952
                ;;
897
953
        tx39)
898
954
                basic_machine=mipstx39-unknown
899
955
                ;;
928
984
                os=-vms
929
985
                ;;
930
986
        vpp*|vx|vx-*)
931
 
               basic_machine=f301-fujitsu
932
 
               ;;
 
987
                basic_machine=f301-fujitsu
 
988
                ;;
933
989
        vxworks960)
934
990
                basic_machine=i960-wrs
935
991
                os=-vxworks
950
1006
                basic_machine=hppa1.1-winbond
951
1007
                os=-proelf
952
1008
                ;;
953
 
        windows32)
954
 
                basic_machine=i386-pc
955
 
                os=-windows32-msvcrt
956
 
                ;;
957
 
        xmp)
958
 
                basic_machine=xmp-cray
959
 
                os=-unicos
960
 
                ;;
961
 
        xps | xps100)
 
1009
        xps | xps100)
962
1010
                basic_machine=xps100-honeywell
963
1011
                ;;
 
1012
        ymp)
 
1013
                basic_machine=ymp-cray
 
1014
                os=-unicos
 
1015
                ;;
964
1016
        z8k-*-coff)
965
1017
                basic_machine=z8k-unknown
966
1018
                os=-sim
981
1033
        op60c)
982
1034
                basic_machine=hppa1.1-oki
983
1035
                ;;
984
 
        mips)
985
 
                if [ x$os = x-linux-gnu ]; then
986
 
                        basic_machine=mips-unknown
987
 
                else
988
 
                        basic_machine=mips-mips
989
 
                fi
990
 
                ;;
991
1036
        romp)
992
1037
                basic_machine=romp-ibm
993
1038
                ;;
1007
1052
        we32k)
1008
1053
                basic_machine=we32k-att
1009
1054
                ;;
1010
 
        sh3 | sh4 | sh3eb | sh4eb)
 
1055
        sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
1011
1056
                basic_machine=sh-unknown
1012
1057
                ;;
 
1058
        sh64)
 
1059
                basic_machine=sh64-unknown
 
1060
                ;;
1013
1061
        sparc | sparcv9 | sparcv9b)
1014
1062
                basic_machine=sparc-sun
1015
1063
                ;;
1016
 
        cydra)
 
1064
        cydra)
1017
1065
                basic_machine=cydra-cydrome
1018
1066
                ;;
1019
1067
        orion)
1028
1076
        pmac | pmac-mpw)
1029
1077
                basic_machine=powerpc-apple
1030
1078
                ;;
1031
 
        c4x*)
1032
 
                basic_machine=c4x-none
1033
 
                os=-coff
1034
 
                ;;
1035
1079
        *-unknown)
1036
1080
                # Make sure to match an already-canonicalized machine name.
1037
1081
                ;;
1087
1131
              | -aos* \
1088
1132
              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1089
1133
              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1090
 
              | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
 
1134
              | -hiux* | -386bsd* | -knetbsd* | -netbsd* | -openbsd* | -kfreebsd* | -freebsd* | -riscix* \
1091
1135
              | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1092
1136
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1093
1137
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1094
1138
              | -chorusos* | -chorusrdb* \
1095
1139
              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1096
1140
              | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
1097
 
              | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
 
1141
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1098
1142
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1099
1143
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1100
 
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* | -morphos*)
 
1144
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
 
1145
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
 
1146
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei*)
1101
1147
        # Remember, each alternative MUST END IN *, to match a version number.
1102
1148
                ;;
1103
1149
        -qnx*)
1109
1155
                        ;;
1110
1156
                esac
1111
1157
                ;;
 
1158
        -nto-qnx*)
 
1159
                ;;
1112
1160
        -nto*)
1113
 
                os=-nto-qnx
 
1161
                os=`echo $os | sed -e 's|nto|nto-qnx|'`
1114
1162
                ;;
1115
1163
        -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1116
1164
              | -windows* | -osx | -abug | -netware* | -os9* | -beos* \
1119
1167
        -mac*)
1120
1168
                os=`echo $os | sed -e 's|mac|macos|'`
1121
1169
                ;;
 
1170
        -linux-dietlibc)
 
1171
                os=-linux-dietlibc
 
1172
                ;;
1122
1173
        -linux*)
1123
1174
                os=`echo $os | sed -e 's|linux|linux-gnu|'`
1124
1175
                ;;
1158
1209
        -ctix* | -uts*)
1159
1210
                os=-sysv
1160
1211
                ;;
 
1212
        -nova*)
 
1213
                os=-rtmk-nova
 
1214
                ;;
1161
1215
        -ns2 )
1162
 
                os=-nextstep2
 
1216
                os=-nextstep2
1163
1217
                ;;
1164
1218
        -nsk*)
1165
1219
                os=-nsk
1198
1252
        -xenix)
1199
1253
                os=-xenix
1200
1254
                ;;
1201
 
        -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1202
 
                os=-mint
 
1255
        -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
 
1256
                os=-mint
 
1257
                ;;
 
1258
        -aros*)
 
1259
                os=-aros
 
1260
                ;;
 
1261
        -kaos*)
 
1262
                os=-kaos
1203
1263
                ;;
1204
1264
        -none)
1205
1265
                ;;
1232
1292
        arm*-semi)
1233
1293
                os=-aout
1234
1294
                ;;
 
1295
    c4x-* | tic4x-*)
 
1296
        os=-coff
 
1297
        ;;
1235
1298
        # This must come before the *-dec entry.
1236
1299
        pdp10-*)
1237
1300
                os=-tops20
1238
1301
                ;;
1239
 
        pdp11-*)
 
1302
        pdp11-*)
1240
1303
                os=-none
1241
1304
                ;;
1242
1305
        *-dec | vax-*)
1329
1392
        *-next)
1330
1393
                os=-nextstep3
1331
1394
                ;;
1332
 
        *-gould)
 
1395
        *-gould)
1333
1396
                os=-sysv
1334
1397
                ;;
1335
 
        *-highlevel)
 
1398
        *-highlevel)
1336
1399
                os=-bsd
1337
1400
                ;;
1338
1401
        *-encore)
1339
1402
                os=-bsd
1340
1403
                ;;
1341
 
        *-sgi)
 
1404
        *-sgi)
1342
1405
                os=-irix
1343
1406
                ;;
1344
 
        *-siemens)
 
1407
        *-siemens)
1345
1408
                os=-sysv4
1346
1409
                ;;
1347
1410
        *-masscomp)
1413
1476
                        -ptx*)
1414
1477
                                vendor=sequent
1415
1478
                                ;;
1416
 
                        -vxsim* | -vxworks*)
 
1479
                        -vxsim* | -vxworks* | -windiss*)
1417
1480
                                vendor=wrs
1418
1481
                                ;;
1419
1482
                        -aux*)