1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

dist/tools/ci/print_toolchain_versions.sh: Update

This drops support for the legacy riscv-none-embed target triple. That
value has been incorrect since the beginning and the toolchain that
used that has been long declared obsolete and is fairly outdated.

With our CI updating the toolchain, we no longer need to check for
that.
This commit is contained in:
Marian Buschsieweke 2024-02-12 20:04:52 +01:00
parent d59977c563
commit 147945402c
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -128,7 +128,6 @@ for p in \
msp430-elf \
riscv-none-elf \
riscv64-unknown-elf \
riscv-none-embed \
riscv32-esp-elf \
xtensa-esp32-elf \
xtensa-esp32s2-elf \
@ -147,7 +146,6 @@ for p in \
msp430-elf \
riscv-none-elf \
riscv64-unknown-elf \
riscv-none-embed \
riscv32-esp-elf \
xtensa-esp32-elf \
xtensa-esp32s2-elf \