Skip to content
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

add support for Linux on AArch64, MIPS(64), PowerPC(64) and SPARC64 #43

Merged
merged 1 commit into from Jan 17, 2017
Merged

Conversation

japaric
Copy link
Contributor

@japaric japaric commented Jan 14, 2017

by switching from the syscall crate to the sc crate. The sc crate is a
fork of the syscall crate that adds supports for several other
platforms.


I have smoke tested ralloc (just vec![1, 2, 3, 4]) for the following targets:

  • aarch64-unknown-linux-gnu

  • mips-unknown-linux-gnu

  • mipsel-unknown-linux-gnu

  • mips64-unknown-linux-gnuabi64

  • mips64el-unknown-linux-gnuabi64

  • powerpc-unknown-linux-gnu

  • powerpc64-unknown-linux-gnu

  • powerpc64le-unknown-linux-gnu

using QEMU.

by switching from the syscall crate to the sc crate. The sc crate is a
fork of the syscall crate that adds supports for several other
platforms.
@ticki
Copy link
Contributor

ticki commented Jan 17, 2017

thanks!

@ticki ticki merged commit 35fd0db into redox-os:master Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants