Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 2e94976

Browse files
committed
1 parent 6ccb800 commit 2e94976

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

config.sub

+25-4
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ case $basic_machine in
262262
| fido | fr30 | frv \
263263
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
264264
| hexagon \
265-
| i370 | i860 | i960 | ia64 \
265+
| i370 | i860 | i960 | ia16 | ia64 \
266266
| ip2k | iq2000 \
267267
| le32 | le64 \
268268
| lm32 \
@@ -297,6 +297,7 @@ case $basic_machine in
297297
| or32 \
298298
| pdp10 | pdp11 | pj | pjl \
299299
| powerpc | powerpc64 | powerpc64le | powerpcle \
300+
| pru \
300301
| pyramid \
301302
| rl78 | rx \
302303
| score \
@@ -377,7 +378,7 @@ case $basic_machine in
377378
| h8300-* | h8500-* \
378379
| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
379380
| hexagon-* \
380-
| i*86-* | i860-* | i960-* | ia64-* \
381+
| i*86-* | i860-* | i960-* | ia16-* | ia64-* \
381382
| ip2k-* | iq2000-* \
382383
| le32-* | le64-* \
383384
| lm32-* \
@@ -412,6 +413,7 @@ case $basic_machine in
412413
| orion-* \
413414
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
414415
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
416+
| pru-* \
415417
| pyramid-* \
416418
| rl78-* | romp-* | rs6000-* | rx-* \
417419
| 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
622624
basic_machine=m68k-bull
623625
os=-sysv3
624626
;;
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+
;;
625635
ebmon29k)
626636
basic_machine=a29k-amd
627637
os=-ebmon
@@ -906,6 +916,9 @@ case $basic_machine in
906916
nsr-tandem)
907917
basic_machine=nsr-tandem
908918
;;
919+
nsx-tandem)
920+
basic_machine=nsx-tandem
921+
;;
909922
op50n-* | op60c-*)
910923
basic_machine=hppa1.1-oki
911924
os=-proelf
@@ -990,7 +1003,7 @@ case $basic_machine in
9901003
ppc-* | ppcbe-*)
9911004
basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
9921005
;;
993-
ppcle | powerpclittle | ppc-le | powerpc-little)
1006+
ppcle | powerpclittle)
9941007
basic_machine=powerpcle-unknown
9951008
;;
9961009
ppcle-* | powerpclittle-*)
@@ -1000,7 +1013,7 @@ case $basic_machine in
10001013
;;
10011014
ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
10021015
;;
1003-
ppc64le | powerpc64little | ppc64-le | powerpc64-little)
1016+
ppc64le | powerpc64little)
10041017
basic_machine=powerpc64le-unknown
10051018
;;
10061019
ppc64le-* | powerpc64little-*)
@@ -1197,6 +1210,9 @@ case $basic_machine in
11971210
basic_machine=a29k-wrs
11981211
os=-vxworks
11991212
;;
1213+
wasm32)
1214+
basic_machine=wasm32-unknown
1215+
;;
12001216
w65*)
12011217
basic_machine=w65-wdc
12021218
os=-none
@@ -1497,6 +1513,8 @@ case $os in
14971513
;;
14981514
-nacl*)
14991515
;;
1516+
-ios)
1517+
;;
15001518
-none)
15011519
;;
15021520
*)
@@ -1586,6 +1604,9 @@ case $basic_machine in
15861604
sparc-* | *-sun)
15871605
os=-sunos4.1.1
15881606
;;
1607+
pru-*)
1608+
os=-elf
1609+
;;
15891610
*-be)
15901611
os=-beos
15911612
;;

0 commit comments

Comments
 (0)