rust-lang / rust-lang/rustc_codegen_gcc
Add support for other architectures in libc
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.2k
- Forks
- 105
- Avg merge
- 8h 20m
- Merged PRs (30d)
- 14
Description
In order for me to be able to run libcore tests in m68k, it seems like I'll need libc to support this architecture.
Here's one place where such support will need to be added..
It will also need to support the other architectures supported by gcc for it to work on those platforms.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in src/unix/linux_like/linux/arch, the location identified for architecture support, and compare the existing architecture coverage with m68k and the other GCC-supported targets. Run the libcore tests for m68k as support is added; done means those tests can run on m68k and the requested GCC architectures have libc support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100