kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'bug/strip_dump_machine' into 'master'
tools: strip trailing whitespaces/newline from dump_machine See merge request espressif/esp-idf!23987pull/11584/head
commit
0be3bbc2d1
|
@ -10,6 +10,7 @@ else()
|
|||
execute_process(
|
||||
COMMAND ${CMAKE_C_COMPILER} -dumpmachine
|
||||
OUTPUT_VARIABLE dump_machine
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
)
|
||||
endif()
|
||||
message(STATUS "Compiler supported targets: ${dump_machine}")
|
||||
|
|
Ładowanie…
Reference in New Issue