print_toolchain_versions.sh: add xtensa newlibs

This commit is contained in:
Martine Lenders 2018-12-29 15:25:57 +01:00
parent 745574266c
commit 4887b22ef5

View File

@ -100,6 +100,8 @@ for p in \
arm-none-eabi \
mips-mti-elf \
riscv-none-embed \
xtensa-esp32-elf \
xtensa-lx106-elf \
; do
printf "%23s: %s\n" "$p-newlib" "$(newlib_version ${p}-gcc)"
done