Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Needed by GCC 11 for DWARF v5 support.
See GCC 11 release notes at https://gcc.gnu.org/gcc-11/changes.html.
Without this, I'm getting the following error:
I updated the j2 mach patch, though I'm not sure if it's correct.
As far as I can tell, the rest of the patches were already pulled into the release.
Toolchain builds correctly with these changes applied, at least for x86_64, when the defaults changed to binutils 2.35.2 and GCC 11.2.0.
I'm building a good number of libs and applications with the updated toolchain, and so far it works perfectly.
edit: I actually switched now to GCC 12.2.0 to be able to take advantage of the new support for mold in the linker option
-fuse-ld
, and also updated binutils to 2.39, but 2.35.2 was working great for me with GCC 11.2.0.