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:
parent
260ec3666f
commit
26c915dcb3
3
dist/tools/ci/print_toolchain_versions.sh
vendored
3
dist/tools/ci/print_toolchain_versions.sh
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user