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

print_toolchain_versions.sh: add xtensa newlibs

parent 74557426
No related branches found
No related tags found
No related merge requests found
...@@ -100,6 +100,8 @@ for p in \ ...@@ -100,6 +100,8 @@ for p in \
arm-none-eabi \ arm-none-eabi \
mips-mti-elf \ mips-mti-elf \
riscv-none-embed \ riscv-none-embed \
xtensa-esp32-elf \
xtensa-lx106-elf \
; do ; do
printf "%23s: %s\n" "$p-newlib" "$(newlib_version ${p}-gcc)" printf "%23s: %s\n" "$p-newlib" "$(newlib_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