1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 16:01:18 +01:00

print_toolchain_versions.sh: add xtensa toolchains

This commit is contained in:
Martine Lenders 2018-12-29 14:28:08 +01:00
parent 7bdbd163c9
commit 745574266c

View File

@ -86,6 +86,8 @@ for p in \
avr mips-mti-elf \
msp430 \
riscv-none-embed \
xtensa-esp32-elf \
xtensa-lx106-elf \
; do
printf "%23s: %s\n" "$p-gcc" "$(get_cmd_version ${p}-gcc)"
done