We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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:
rustc
hppa
Sorry, something went wrong.
compiler_builtins
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: