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:
parent
d59977c563
commit
147945402c
2
dist/tools/ci/print_toolchain_versions.sh
vendored
2
dist/tools/ci/print_toolchain_versions.sh
vendored
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user