esp-idf/components/xtensa
Frantisek Hrbata b3998f0f0c tools: strip trailing whitespaces/newline from dump_machine
In components/xtensa/project_include.cmake ${CMAKE_C_COMPILER} -dumpmachine
is called, but the output has newline.

Before
---8<--
-- Compiler supported targets: xtensa-esp32s3-elf

-- App "blink" version: 1.2.3
---8<--

After
---8<--
-- Compiler supported targets: xtensa-esp32s3-elf
-- App "blink" version: 1.2.3
---8<--

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2023-05-30 13:35:10 +02:00
..
baremetal
deprecated_include
esp32
esp32s2
esp32s3
include
trax
CMakeLists.txt
eri.c
linker.lf
project_include.cmake
xt_trax.c
xtensa_context.S
xtensa_intr.c
xtensa_intr_asm.S
xtensa_loadstore_handler.S
xtensa_vectors.S