config.sub: add missing CPUs, vendors, and OSes.

Add the following entries to the tables of valid CPUs, vendors, and
operating systems:

CPUs:     v810

Vendors:  acorn, atari, be, ccur, commodore, digital, intergraph, rebel,
          rom68k, rombug, semi, siemens, sni, stratus, tektronix

OSes:     atheos, chorusos, psos, syllable, wince

Evidence elsewhere in this script, and/or in config.guess, indicates
that these are all supposed to be valid.

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:
Zack Weinberg
2024-06-03 15:28:43 -04:00
committed by Dmitry V. Levin
parent a824e7f40b
commit 1f9c04891a
2 changed files with 42 additions and 0 deletions

19
config.sub vendored
View File

@ -194,14 +194,19 @@ case $1 in
| 3300* \
| 3600* \
| 7300* \
| acorn \
| altos* \
| apollo \
| apple \
| atari \
| att* \
| axis \
| be \
| bull \
| cbm \
| ccur \
| cisco \
| commodore \
| convergent* \
| convex* \
| cray \
@ -218,6 +223,7 @@ case $1 in
| hitachi* \
| hp \
| ibm* \
| intergraph \
| isi* \
| knuth \
| masscomp \
@ -231,14 +237,21 @@ case $1 in
| oki \
| omron* \
| pc533* \
| rebel \
| rom68k \
| rombug \
| semi \
| sequent* \
| siemens \
| sgi* \
| siemens \
| sim \
| sni \
| sony* \
| stratus \
| sun \
| sun[234]* \
| tektronix \
| tti* \
| ultra \
| unicom* \
@ -1430,6 +1443,7 @@ case $cpu-$vendor in
| tron \
| ubicom32 \
| v70 \
| v810 \
| v850 \
| v850e \
| v850e1 \
@ -1959,6 +1973,7 @@ case $os in
| aof* \
| aos* \
| aros* \
| atheos* \
| auroraux* \
| aux* \
| beos* \
@ -1967,6 +1982,7 @@ case $os in
| bosx* \
| bsd* \
| cegcc* \
| chorusos* \
| chorusrdb* \
| clix* \
| cloudabi* \
@ -2071,6 +2087,7 @@ case $os in
| powermax* \
| powerunix* \
| proelf* \
| psos* \
| psp* \
| ptx* \
| pw32* \
@ -2096,6 +2113,7 @@ case $os in
| sunos \
| sunos[34]* \
| superux* \
| syllable* \
| sym* \
| sysv* \
| tenex* \
@ -2124,6 +2142,7 @@ case $os in
| vxworks* \
| wasi* \
| watchos* \
| wince* \
| windiss* \
| windows* \
| winnt* \