-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 #6124 Closes #2484 Closes #3264 Closes espressif/crosstool-NG#13 Closes espressif/crosstool-NG#16
- Loading branch information
Showing
5 changed files
with
106 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
SUPPORTED_TOOLCHAIN_COMMIT_DESC = esp-2021r1 | ||
SUPPORTED_TOOLCHAIN_COMMIT_DESC = esp-2021r2 | ||
SUPPORTED_TOOLCHAIN_GCC_VERSIONS = 8.4.0 | ||
|
||
CURRENT_TOOLCHAIN_COMMIT_DESC = esp-2021r1 | ||
CURRENT_TOOLCHAIN_COMMIT_DESC_SHORT = esp-2021r1 | ||
CURRENT_TOOLCHAIN_COMMIT_DESC = esp-2021r2 | ||
CURRENT_TOOLCHAIN_COMMIT_DESC_SHORT = esp-2021r2 | ||
CURRENT_TOOLCHAIN_GCC_VERSION = 8.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters