Skip to content

Add support for other architectures in libc #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
antoyo opened this issue Aug 20, 2021 · 1 comment
Open

Add support for other architectures in libc #70

antoyo opened this issue Aug 20, 2021 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@antoyo
Copy link
Contributor

antoyo commented Aug 20, 2021

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.

@antoyo antoyo added help wanted Extra attention is needed good first issue Good for newcomers labels Aug 20, 2021
@glaubitz
Copy link

Support for m68k was added to the libc crate a while ago by me.

Support for hppa has been done by @hdeller:

but we can't merge it unless rustc knows the hppa target:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants