1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tools: print_toolchain_versions.sh: update to msp430-elf

This commit is contained in:
Kaspar Schleiser 2019-10-18 23:29:53 +02:00
parent 260ec3666f
commit 26c915dcb3

View File

@ -125,7 +125,7 @@ printf "%25s: %s\n" "native gcc" "$(get_cmd_version gcc)"
for p in \
arm-none-eabi \
avr mips-mti-elf \
msp430 \
msp430-elf \
riscv-none-embed \
xtensa-esp32-elf \
xtensa-esp8266-elf \
@ -140,6 +140,7 @@ printf "%s\n" "-----------------------"
for p in \
arm-none-eabi \
mips-mti-elf \
msp430-elf \
riscv-none-embed \
xtensa-esp32-elf \
xtensa-esp8266-elf \