|
2 | 2 | # Configuration validation subroutine script.
|
3 | 3 | # Copyright 1992-2017 Free Software Foundation, Inc.
|
4 | 4 |
|
5 |
| -timestamp='2017-01-01' |
| 5 | +timestamp='2017-04-02' |
6 | 6 |
|
7 | 7 | # This file is free software; you can redistribute it and/or modify it
|
8 | 8 | # under the terms of the GNU General Public License as published by
|
@@ -263,7 +263,7 @@ case $basic_machine in
|
263 | 263 | | fido | fr30 | frv | ft32 \
|
264 | 264 | | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
|
265 | 265 | | hexagon \
|
266 |
| - | i370 | i860 | i960 | ia64 \ |
| 266 | + | i370 | i860 | i960 | ia16 | ia64 \ |
267 | 267 | | ip2k | iq2000 \
|
268 | 268 | | k1om \
|
269 | 269 | | le32 | le64 \
|
@@ -315,6 +315,7 @@ case $basic_machine in
|
315 | 315 | | ubicom32 \
|
316 | 316 | | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
|
317 | 317 | | visium \
|
| 318 | + | wasm32 \ |
318 | 319 | | we32k \
|
319 | 320 | | x86 | xc16x | xstormy16 | xtensa \
|
320 | 321 | | z8k | z80)
|
@@ -388,7 +389,7 @@ case $basic_machine in
|
388 | 389 | | h8300-* | h8500-* \
|
389 | 390 | | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
|
390 | 391 | | hexagon-* \
|
391 |
| - | i*86-* | i860-* | i960-* | ia64-* \ |
| 392 | + | i*86-* | i860-* | i960-* | ia16-* | ia64-* \ |
392 | 393 | | ip2k-* | iq2000-* \
|
393 | 394 | | k1om-* \
|
394 | 395 | | le32-* | le64-* \
|
@@ -446,6 +447,7 @@ case $basic_machine in
|
446 | 447 | | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
|
447 | 448 | | vax-* \
|
448 | 449 | | visium-* \
|
| 450 | + | wasm32-* \ |
449 | 451 | | we32k-* \
|
450 | 452 | | x86-* | x86_64-* | xc16x-* | xps100-* \
|
451 | 453 | | xstormy16-* | xtensa*-* \
|
@@ -948,6 +950,9 @@ case $basic_machine in
|
948 | 950 | nsr-tandem)
|
949 | 951 | basic_machine=nsr-tandem
|
950 | 952 | ;;
|
| 953 | + nsx-tandem) |
| 954 | + basic_machine=nsx-tandem |
| 955 | + ;; |
951 | 956 | op50n-* | op60c-*)
|
952 | 957 | basic_machine=hppa1.1-oki
|
953 | 958 | os=-proelf
|
@@ -1243,6 +1248,9 @@ case $basic_machine in
|
1243 | 1248 | basic_machine=a29k-wrs
|
1244 | 1249 | os=-vxworks
|
1245 | 1250 | ;;
|
| 1251 | + wasm32) |
| 1252 | + basic_machine=wasm32-unknown |
| 1253 | + ;; |
1246 | 1254 | w65*)
|
1247 | 1255 | basic_machine=w65-wdc
|
1248 | 1256 | os=-none
|
|
0 commit comments