mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
054c15eab3
In the cmakev2 build framework, the selected toolchain was not consistently propagated to sdkconfig generation. For clang builds, this produced a configuration that was incompatible with the clang toolchain and broke compilation. Ensure the toolchain selection is observed consistently so sdkconfig and component configuration reflect the intended toolchain for both GCC and clang builds. Made-with: Cursor