mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
439f4e4f70
Fixup more for PSRAM issue; Allow GDB work correctly with Privileged Registers; Based on GCC 8.4.0; Update a fix of C++ exception crashs from the GCC mainline; Fixup strptime_l() and some locale in libc; Closes https://github.com/espressif/esp-idf/issues/5765
7 lines
217 B
Makefile
7 lines
217 B
Makefile
SUPPORTED_TOOLCHAIN_COMMIT_DESC = esp-2020r3
|
|
SUPPORTED_TOOLCHAIN_GCC_VERSIONS = 8.4.0
|
|
|
|
CURRENT_TOOLCHAIN_COMMIT_DESC = esp-2020r3
|
|
CURRENT_TOOLCHAIN_COMMIT_DESC_SHORT = esp-2020r3
|
|
CURRENT_TOOLCHAIN_GCC_VERSION = 8.4.0
|