Skip to content
Snippets Groups Projects
Commit 74557426 authored by Martine Lenders's avatar Martine Lenders
Browse files

print_toolchain_versions.sh: add xtensa toolchains

parent 7bdbd163
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,8 @@ for p in \ ...@@ -86,6 +86,8 @@ for p in \
avr mips-mti-elf \ avr mips-mti-elf \
msp430 \ msp430 \
riscv-none-embed \ riscv-none-embed \
xtensa-esp32-elf \
xtensa-lx106-elf \
; do ; do
printf "%23s: %s\n" "$p-gcc" "$(get_cmd_version ${p}-gcc)" printf "%23s: %s\n" "$p-gcc" "$(get_cmd_version ${p}-gcc)"
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment