Hi, the following patch adds support for tachyum arch in config.sub.
More info about tachyum CPU can be found here https://www.tachyum.com Thanks, Boris --- config.sub | 1 + testsuite/config-sub.data | 1 + 2 files changed, 2 insertions(+) diff --git a/config.sub b/config.sub index 2c6a07a..484fac7 100755 --- a/config.sub +++ b/config.sub @@ -1247,6 +1247,7 @@ case $cpu-$vendor in | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v | sv1 | sx* \ | spu \ + | tachyum \ | tahoe \ | thumbv7* \ | tic30 | tic4x | tic54x | tic55x | tic6x | tic80 \ diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index a46bdfe..1938974 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -803,6 +803,7 @@ sv1 sv1-cray-unicos symmetry i386-sequent-bsd t3e alphaev5-cray-unicos t90 t90-cray-unicos +tachyum tachyum-unknown-none tahoe tahoe-unknown-none thumb arm-unknown-none thumb-none-elf arm-none-elf -- 2.34.1