@@ -262,7 +262,7 @@ case $basic_machine in
262
262
| fido | fr30 | frv \
263
263
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
264
264
| hexagon \
265
- | i370 | i860 | i960 | ia64 \
265
+ | i370 | i860 | i960 | ia16 | ia64 \
266
266
| ip2k | iq2000 \
267
267
| le32 | le64 \
268
268
| lm32 \
@@ -297,6 +297,7 @@ case $basic_machine in
297
297
| or32 \
298
298
| pdp10 | pdp11 | pj | pjl \
299
299
| powerpc | powerpc64 | powerpc64le | powerpcle \
300
+ | pru \
300
301
| pyramid \
301
302
| rl78 | rx \
302
303
| score \
@@ -377,7 +378,7 @@ case $basic_machine in
377
378
| h8300-* | h8500-* \
378
379
| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
379
380
| hexagon-* \
380
- | i* 86-* | i860-* | i960-* | ia64-* \
381
+ | i* 86-* | i860-* | i960-* | ia16- * | ia64-* \
381
382
| ip2k-* | iq2000-* \
382
383
| le32-* | le64-* \
383
384
| lm32-* \
@@ -412,6 +413,7 @@ case $basic_machine in
412
413
| orion-* \
413
414
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
414
415
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
416
+ | pru-* \
415
417
| pyramid-* \
416
418
| rl78-* | romp-* | rs6000-* | rx-* \
417
419
| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
@@ -622,6 +624,14 @@ case $basic_machine in
622
624
basic_machine=m68k-bull
623
625
os=-sysv3
624
626
;;
627
+ e500v[12])
628
+ basic_machine=powerpc-unknown
629
+ os=$os " spe"
630
+ ;;
631
+ e500v[12]-* )
632
+ basic_machine=powerpc-` echo $basic_machine | sed ' s/^[^-]*-//' `
633
+ os=$os " spe"
634
+ ;;
625
635
ebmon29k)
626
636
basic_machine=a29k-amd
627
637
os=-ebmon
@@ -906,6 +916,9 @@ case $basic_machine in
906
916
nsr-tandem)
907
917
basic_machine=nsr-tandem
908
918
;;
919
+ nsx-tandem)
920
+ basic_machine=nsx-tandem
921
+ ;;
909
922
op50n-* | op60c-* )
910
923
basic_machine=hppa1.1-oki
911
924
os=-proelf
@@ -990,7 +1003,7 @@ case $basic_machine in
990
1003
ppc-* | ppcbe-* )
991
1004
basic_machine=powerpc-` echo $basic_machine | sed ' s/^[^-]*-//' `
992
1005
;;
993
- ppcle | powerpclittle | ppc-le | powerpc-little )
1006
+ ppcle | powerpclittle)
994
1007
basic_machine=powerpcle-unknown
995
1008
;;
996
1009
ppcle-* | powerpclittle-* )
@@ -1000,7 +1013,7 @@ case $basic_machine in
1000
1013
;;
1001
1014
ppc64-* ) basic_machine=powerpc64-` echo $basic_machine | sed ' s/^[^-]*-//' `
1002
1015
;;
1003
- ppc64le | powerpc64little | ppc64-le | powerpc64-little )
1016
+ ppc64le | powerpc64little)
1004
1017
basic_machine=powerpc64le-unknown
1005
1018
;;
1006
1019
ppc64le-* | powerpc64little-* )
@@ -1197,6 +1210,9 @@ case $basic_machine in
1197
1210
basic_machine=a29k-wrs
1198
1211
os=-vxworks
1199
1212
;;
1213
+ wasm32)
1214
+ basic_machine=wasm32-unknown
1215
+ ;;
1200
1216
w65* )
1201
1217
basic_machine=w65-wdc
1202
1218
os=-none
@@ -1497,6 +1513,8 @@ case $os in
1497
1513
;;
1498
1514
-nacl* )
1499
1515
;;
1516
+ -ios)
1517
+ ;;
1500
1518
-none)
1501
1519
;;
1502
1520
* )
@@ -1586,6 +1604,9 @@ case $basic_machine in
1586
1604
sparc-* | * -sun)
1587
1605
os=-sunos4.1.1
1588
1606
;;
1607
+ pru-* )
1608
+ os=-elf
1609
+ ;;
1589
1610
* -be)
1590
1611
os=-beos
1591
1612
;;
0 commit comments