mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
414d9d6bc6
Updated GDB to 9.2 version for xtensa chips Fixed coredump work for xtensa chips Fixed backtrace for xtensa chips Fixed multilib for riscv32 chips Fixed running GDB on some RaspberryPi configuration for riscv32 chip Fixed support of fnmatch(), iconv() and some other posix functions in stdlib Closes https://github.com/espressif/esp-idf/issues/6124 Closes https://github.com/espressif/esp-idf/issues/2484 Closes https://github.com/espressif/esp-idf/issues/3264 Closes https://github.com/espressif/crosstool-NG/issues/13 Closes https://github.com/espressif/crosstool-NG/pull/16
7 lines
217 B
Makefile
7 lines
217 B
Makefile
SUPPORTED_TOOLCHAIN_COMMIT_DESC = esp-2021r2
|
|
SUPPORTED_TOOLCHAIN_GCC_VERSIONS = 8.4.0
|
|
|
|
CURRENT_TOOLCHAIN_COMMIT_DESC = esp-2021r2
|
|
CURRENT_TOOLCHAIN_COMMIT_DESC_SHORT = esp-2021r2
|
|
CURRENT_TOOLCHAIN_GCC_VERSION = 8.4.0
|