This repository was archived by the owner on Apr 22, 2026. It is now read-only.
refactor: remove build dependency on arm-none-eabi-gcc#84
Closed
tropicaaal wants to merge 25 commits into
Closed
Conversation
tropicaaal
marked this pull request as draft
February 3, 2024 20:18
Member
Author
|
Closing, as this ran into some unexpected roadblocks and major caveats. Maybe another day. |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Describe the changes this PR makes. Why should it be merged?
Removes dependency on the ARM GCC toolchain for linking. Switches to rust's internal
ld.lldlinker. This will require another cargo-pros PR to build using that.Depends on #81.
Additional Context
I'd just like to interject for a moment. What you're referring to as PROS, is in fact, GNU/PROS, or as I've recently taken to calling it, GNU plus PROS.