forked from espressif/esp-idf
Merge branch 'bugfix/xtensa_cmake_stderr_message' into 'master'
xtensa: don't print debug messages to stderr See merge request espressif/esp-idf!23439
This commit is contained in:
@@ -12,7 +12,7 @@ else()
|
|||||||
OUTPUT_VARIABLE dump_machine
|
OUTPUT_VARIABLE dump_machine
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
message("Compiler supported targets: ${dump_machine}")
|
message(STATUS "Compiler supported targets: ${dump_machine}")
|
||||||
|
|
||||||
if(NOT (${CMAKE_SYSTEM_NAME} STREQUAL "Generic" AND ${dump_machine} MATCHES xtensa))
|
if(NOT (${CMAKE_SYSTEM_NAME} STREQUAL "Generic" AND ${dump_machine} MATCHES xtensa))
|
||||||
message(FATAL_ERROR "Internal error, toolchain has not been set correctly by project "
|
message(FATAL_ERROR "Internal error, toolchain has not been set correctly by project "
|
||||||
|
Reference in New Issue
Block a user