rust-lang / rust-lang/rustc_codegen_gcc

Add support for other architectures in libc

Open
#70 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue help wanted
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.